Tree datastructures: Difference between revisions

Content added Content deleted
Line 44: Line 44:
import Data.Char (isSpace)
import Data.Char (isSpace)
import Data.Bool (bool)
import Data.Bool (bool)
import Data.Tree
import Data.Aeson
import Data.Aeson
import Data.Aeson.Text
import Data.Tree



-- TREES <-> LIST OF LEVELS <-> TREES -----------------------
-- TREES <-> LIST OF LEVELS <-> TREES -----------------------