unlit-0.1.1.0: Tool to convert literate code between styles or to code.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Unlit.Text

Documentation

unlit :: Maybe Style -> [(Int, Text)] -> [Text] Source

relit :: Maybe Style -> Name -> [(Int, Text)] -> [Text] Source

data Style Source

Constructors

Style 

Fields

name :: Name
 
allowed :: [Delim]
 

data Name Source

Constructors

All 
Bird 
Haskell 
LaTeX 
Markdown 

Instances