commonmind / elm-csexpr / CSexpr

Canonical S-expressions.

See the README for general information.


type CSexpr
    = List (List CSexpr)
    | Atom String

A parsed canonical s-expression