Name: Anonymous 2018-12-25 20:36
Front page poast on H*ckernews, which is full of degenerates and weebs after all:
https://react-kawaii.now.sh/
https://react-kawaii.now.sh/
Also known as functions from types to typesThose are type constructors.
You can't have Maybe List in OCamlWhat do you mean?
nor can you have typeclasses.Typeclasses are anti-modular. OCaml has functors which can implement what typeclasses do just as well, if a bit heavy on syntax. In a few years we'll have modular implicits to fix the syntax too, but even now there's syntax extensions for do notation that let you plug in you're own monad.