polyparse-1.4.1: docs/haddock/mini_Text-Parse-ByteString.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Text.Parse.ByteString</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Text.Parse.ByteString</DIV
><DIV CLASS="mini-synopsis"
><H1
>The Parse class is a replacement for the standard Read class.
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A HREF="Text-Parse-ByteString.html#t%3ATextParser" TARGET="main"
>TextParser</A
> a</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Text-Parse-ByteString.html#t%3AParse" TARGET="main"
>Parse</A
> a</DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseByRead" TARGET="main"
>parseByRead</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AreadByParse" TARGET="main"
>readByParse</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AreadsPrecByParsePrec" TARGET="main"
>readsPrecByParsePrec</A
></DIV
> <H2
>Combinators specific to string input, lexed haskell-style
</H2
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3Aword" TARGET="main"
>word</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AisWord" TARGET="main"
>isWord</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AoptionalParens" TARGET="main"
>optionalParens</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3Aparens" TARGET="main"
>parens</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3Afield" TARGET="main"
>field</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3Aconstructors" TARGET="main"
>constructors</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3Aenumeration" TARGET="main"
>enumeration</A
></DIV
> <H2
>Parsers for literal numerics and characters
</H2
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseSigned" TARGET="main"
>parseSigned</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseInt" TARGET="main"
>parseInt</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseDec" TARGET="main"
>parseDec</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseOct" TARGET="main"
>parseOct</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseHex" TARGET="main"
>parseHex</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseUnsignedInteger" TARGET="main"
>parseUnsignedInteger</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseFloat" TARGET="main"
>parseFloat</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AparseLitChar" TARGET="main"
>parseLitChar</A
></DIV
> <H2
>Re-export all the more general combinators from Poly too
</H2
> <H2
>ByteStrings and Strings as whole entities
</H2
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AallAsByteString" TARGET="main"
>allAsByteString</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Parse-ByteString.html#v%3AallAsString" TARGET="main"
>allAsString</A
></DIV
></DIV
></DIV
></BODY
></HTML
>