opentheory-parser-1.105: Simple stream parsers

Portabilityportable
Stabilityprovisional
MaintainerJoe Hurd <joe@gilith.com>
Safe HaskellSafe-Infered

OpenTheory.Parser.Stream

Description

 

Documentation

data Stream a Source

Constructors

Error 
Eof 
Cons a (Stream a) 

append :: [a] -> Stream a -> Stream aSource