readme-lhs-0.7.0: See readme.md

Safe HaskellNone
LanguageHaskell2010

Readme.Convert

Documentation

data Section Source #

Constructors

Code 
Comment 
Instances
Eq Section Source # 
Instance details

Defined in Readme.Convert

Methods

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

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

Show Section Source # 
Instance details

Defined in Readme.Convert

data Block Source #

Constructors

Block Section [Text] 
Instances
Eq Block Source # 
Instance details

Defined in Readme.Convert

Methods

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

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

Show Block Source # 
Instance details

Defined in Readme.Convert

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 #