RefSerialize-0.2: Write to and read from Strings maintaining internal memory referencesSource codeContentsIndex
Data.Parser
Documentation
data ST a Source
Constructors
ST (Stat -> Either Error (Stat, a))
show/hide Instances
char :: Char -> ST CharSource
sepBy :: ST a -> ST sep -> ST [a]Source
many :: ST a -> ST [a]Source
Produced by Haddock version 2.3.0