Skip to content

0.3.0-alpha13

Compare
Choose a tag to compare
@owickstrom owickstrom released this 02 Apr 15:44
· 178 commits to master since this release
* Fix unification of multiple fields in polymorphic records
* Go AST with pretty printing for codegen
* Remove `any` type completely
* Create TForeignFn and add built-in `print` and `println`
* Automatically curry Go functions
* Don't create tarbomb releases (@mehlon)
* Unify multi-return value no-arg functions correctly
* Fix duplicate type signature error (@kcsongor)
* Calls to void functions now return unit (@AlbinTheander)
* Map multiple return values in Go to tuples (@AlbinTheander)