Hacker News new | ask | show | jobs
by coolio1232 465 days ago
Syntax-wise it looks a lot like Haskell to me, especially the pattern-matching, the variable declarations (with `::`), as well as the indent-based blocks.
1 comments

It's usually called ML-syntax. SML, OCaml, Elm, PureScript, and many more have used this.