Hacker News new | ask | show | jobs
by lpw25 4222 days ago
Actually OCaml does support recursive types. Recursion through objects and polymorphic variants is always supported, and full recursive types can be turned on with the `rectypes` command-line option.