readme-lhs-0.1.0.0: See readme.lhs

Safe HaskellSafe
LanguageHaskell2010

Readme.Lhs

Documentation

data Section Source #

Constructors

Code 
Comment 

data Block Source #

Constructors

Block Section [Text] 

Instances

Eq Block Source # 

Methods

(==) :: Block -> Block -> Bool #

(/=) :: Block -> Block -> Bool #

Show Block Source # 

Methods

showsPrec :: Int -> Block -> ShowS #

show :: Block -> String #

showList :: [Block] -> ShowS #

data Format Source #

Constructors

Lhs 
Hs 

parse :: Format -> [Text] -> [Block] Source #

print :: Format -> [Block] -> [Text] Source #