Tree datastructures: Difference between revisions

Content added Content deleted
(→‎{{header|Haskell}}: Added a first Haskell draft.)
Line 35: Line 35:
Parses the initial tree from outline text, and writes out the flat
Parses the initial tree from outline text, and writes out the flat
and nested structures in a minimal JSON format:
and nested structures in a JSON format:
<lang haskell>{-# LANGUAGE OverloadedStrings #-}
<lang haskell>{-# LANGUAGE OverloadedStrings #-}