-
Hi,
I am impressed by the content that is now available on ocaml-lang.org. However, I think there is too much content on the first page.
Here are a few suggestions:
- Increase the font size of th…
-
Currently, type parameters are only applicable at the class level. It would add more expressiveness and better model actual ruby functions if parametric polymorphism was applicable at the method level…
-
At the moment isInstanceOf/asInstanceOf don't support (upper bounded) type parameters so it parametric polymorphism is not possible even if the type parameter has a manifest. All the manifest does is …
-