Releases: disnet/contracts.js
Releases · disnet/contracts.js
new features
perf and some missing features
New Features
Made things faster. Now have a benchmarking suite via grunt bench
.
Changes
The opt
keyword is now ?
.
polymorphism
Added support for parametric polymorphism. Documentation here
@ forall a (a) -> a
function id(x) { return x; }