definitive-base-2.6.3: A small Prelude wrapper to simplify my own Haskell developments

Safe HaskellNone
LanguageHaskell2010

Data.SExpr

Documentation

data SExpr a Source #

Constructors

Group [SExpr a] 
Symbol a 

i'SExpr :: Iso (SExpr a) (SExpr b) (a :+: [SExpr a]) (b :+: [SExpr b]) Source #