Dear caml-list,
I'm writing a toy compiler that compiles into ocaml and my toy compiler supports Generalized Algebraic Datatypes, so I need to compile into a language which also supports them.
Does ocaml support Generalized Algebraic datatypes? If not, are there any caml based compilers that support it?
cheers
--Jacques