uu-parsinglib-2.3.0: New version of the Utrecht University parser combinator librarySource codeContentsIndex
Text.ParserCombinators.UU.BasicInstances
Documentation
data Error t s pos Source
Constructors
Inserted s pos Strings
Deleted t pos Strings
DeletedAtEnd t
show/hide Instances
(Show t, Show s, Show pos) => Show (Error t s pos)
data Str t Source
Constructors
Str
input :: [t]
msgs :: [Error t t Int]
pos :: !Int
deleteOk :: !Bool
show/hide Instances
Eof (Str a)
(Eq a, Show a) => Provides (Str a) a a
Stores (Str a) ([] (Error a a Int))
(Ord a, Show a) => Provides (Str a) ((,) a a) a
Show a => Provides (Str a) ((,,) (a -> Bool) String a) a
Produced by Haddock version 2.4.2