Re: Re: Struggling with flatten function.
"Oliver Bandel [email protected] [ocaml_beginners]" <[email protected]> Fri, 30 Sep 2016 09:37:46 +0200
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <20160930093746.Horde.840hI4ue87cJ2njs9SIU_kq@webmail.in-berlin.de> |
Zitat von "[email protected] [ocaml_beginners]" <[email protected]> (29 Sep 2016 22:26:24 -0700) > Probably you should take a look at "Flatten a nested list structure > https://ocaml.org/learn/tutorials/99problems.html" on OCaml 99 page. ...which uses sum-types to create own implementation of "list-structure", not the built-in list-type. Ciao, Oliver