[Haskell-beginners] Traversing generic trees

Imants Cekusins imantc at gmail.com
Thu Jul 23 07:41:33 UTC 2015


.. on the other hand, if facing this problem:
- import large trees from concise human-readable representation as string

, it is probably possible to write a parser which does just that.

After all json parser works somehow ;)

Just saying that you could do this in Haskell, given enough interest.


More information about the Beginners mailing list