Tree datastructures: Difference between revisions

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

edits