Skip to content

polymorphism

Choose a tag to compare

@disnet disnet released this 31 Jul 20:10
· 53 commits to master since this release

Added support for parametric polymorphism. Documentation here

@ forall a (a) -> a
function id(x) { return x; }