Releases: oden-lang/oden
Releases · oden-lang/oden
0.2.2
* Unicode string literal support. * Better error message for unexpected poly types.
0.2.1
- Type signatures. The type of a value can be specified, and constrained, by
a type signature. Implicit or explicit forall (Function
documentation). - Syntactic sugar for curried function types.
(a -> (b -> c))
can now be
written(a -> b -> c)
.
0.2.1-RC2
- "Uncurried" syntax sugar for types, i.e.
(a -> b -> c)
gets transformed to(a -> (b -> c))
.
0.2.1-RC1
- Type signatures.
0.2.0
0.2.0
0.2.0-RC3
0.2.0-RC3
0.2.0-RC2
0.2.0-RC2
0.2.0-RC1
0.2.0-RC1
0.1.12
0.1.12
0.1.11
0.1.11