backend-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Text.FromWhitespace

Documentation

class FromWhitespace a Source #

Minimal complete definition

fromWhitespace

Instances

Instances details
FromWhitespace [TextTree a b c d e] Source # 
Instance details

Defined in Language.Ltml.AST.Text

Methods

fromWhitespace :: Text -> [TextTree a b c d e] Source #