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

Safe HaskellSafe
LanguageHaskell2010

Unlit.String

Documentation

type Style = [Delimiter] Source #

data WhitespaceMode Source #

Constructors

WsKeepIndent

keeps only indentations

WsKeepAll

keeps all lines and whitespace

data Error Source #

Constructors

SpuriousDelimiter Int Delimiter 
UnexpectedEnd Delimiter 

Instances

Eq Error Source # 

Methods

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

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

Show Error Source # 

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #