HaLeX-1.1: HaLeX enables modelling, manipulation and animation of regular languagesSource codeContentsIndex
Language.HaLex.Parser
Documentation
type Parser s r = [s] -> [(r, [s])]Source
symbol :: Eq a => a -> Parser a aSource
satisfy :: (s -> Bool) -> Parser s sSource
token :: Eq s => [s] -> Parser s [s]Source
succeed :: a -> Parser s aSource
(<|>) :: Parser s a -> Parser s a -> Parser s aSource
Produced by Haddock version 2.3.0