úÎ-*l'      !"#$%& Safe-Inferred The class for parser input. The head function for input The tail function for input The end of input 'The function to check the end of input  '()   '() Safe-InferredGetting the internal parser. Run a parser.  The parser  satisfy f* succeeds for any character for which the  supplied function f returns * . Returns the character that is  actually parsed. @The parser try p behaves like parser p, except that it pretends  that it hasn'+t consumed any input when an error occurs. char c parses a single character c . Returns the parsed character. string s* parses a sequence of characters given by s . Returns  the parsed string FThis parser succeeds for any character. Returns the parsed character. oneOf cs> succeeds if the current character is in the supplied list of  characters cs . Returns the parsed character. As the dual of ,  noneOf cs succeeds if the current  character not$ in the supplied list of characters cs. Returns the  parsed character. .Parses a letter or digit (a character between '0' and '9').  Returns the parsed character. .Parses a digit. Returns the parsed character. 8Parses a hexadecimal digit (a digit or a letter between 'a' and  'f' or 'A' and 'F'!). Returns the parsed character. >Parses a white space character (any character which satisfies +) ! Returns the parsed character.  choice ps( tries to apply the parsers in the list ps in order, B until one of them succeeds. Returns the value of the succeeding  parser.  option x p tries to apply parser p. If p fails without ( consuming input, it returns the value x, otherwise the value  returned by p.  skipMany p applies the parser p zero or more times, skipping  its result. ! skipSome p applies the parser p one or more times, skipping  its result. " sepBy1 p sep parses one or more occurrences of p , separated  by sep'. Returns a list of values returned by p. #manyTill p end applies parser p zero or more times until  parser end2 succeeds. Returns the list of values returned by p.  !"#,-./0$  !"# !"#,-./0 Safe-Inferred$Parser synonym for strict 1. $%  !"#$%$ !"#  $ Safe-Inferred%Parser synonym for strict 2. %%  !"#%%% !"#  % Safe-Inferred&Parser synonym for 3. &%  !"#&%& !"#  &4      !"#$%&'()*+,-.../0123456789:;<=><?>@A appar-0.1.4Text.Appar.ByteStringText.Appar.LazyByteStringText.Appar.StringText.Appar.InputText.Appar.ParserbaseControl.Applicative<**><**><*>puremanysome<|> Data.Functor<$>GHC.Base<$InputcarcdrnilisNilMkParserP runParserparsesatisfytrycharstringanyCharoneOfnoneOfalphaNumdigithexDigitspacechoiceoptionskipManyskipSomesepBy1manyTillParser $fInput[]$fInputByteString$fInputByteString0ghc-prim GHC.TypesTrue GHC.UnicodeisSpace$fMonadPlusMkParser$fMonadMkParser$fAlternativeMkParser$fApplicativeMkParser$fFunctorMkParserbytestring-0.10.0.2Data.ByteString.Internal ByteStringData.ByteString.Lazy.InternalString