Char -base

Char :: Char -> Key
GLUT Graphics.UI.GLUT.Callbacks.Window
char :: Char -> Doc
template-haskell Language.Haskell.TH.PprLib
char :: Char -> Doc
pretty Text.PrettyPrint.HughesPJ, pretty Text.PrettyPrint
A document of height and width 1, containing a literal character.
char :: Stream s m Char => Char -> ParsecT s u m Char
parsec Text.Parsec.Char, parsec Text.ParserCombinators.Parsec.Char
char c parses a single character c. Returns the parsed character (i.e. c). > semiColon = char ';'
Character :: Char -> Token
haskell-src Language.Haskell.Lexer
characterSpecialMode :: FileMode
unix System.Posix.Files.ByteString, unix System.Posix.Files
CharL :: Char -> Lit
template-haskell Language.Haskell.TH.Syntax, template-haskell Language.Haskell.TH
charL :: Char -> Lit
template-haskell Language.Haskell.TH.Lib, template-haskell Language.Haskell.TH
charLiteral :: GenTokenParser s u m -> ParsecT s u m Char
parsec Text.Parsec.Token, parsec Text.ParserCombinators.Parsec.Token
This lexeme parser parses a single literal character. Returns the literal character value. This parsers deals correctly with escape sequences. The literal character is parsed according to the grammar rules defined in the Haskell report (which matches most programming languages quite closely).
type CharParser st = GenParser Char st
parsec Text.ParserCombinators.Parsec.Char
type CharPos = (Int, Int)
template-haskell Language.Haskell.TH.Syntax
Charset :: String -> Charset
cgi Network.CGI
newtype Charset
cgi Network.CGI
package charset
package
Fast unicode character sets based on complemented PATRICIA tries Version 0.3.2
package charsetdetect
package
Mozilla have developed a robust and efficient character set detection algorithm for use in their web browsers.  The algorithm is able to detect all of the most frequently encountered character encodings totally automatically. This library wraps up their library and exposes a very simple Haskell interface to it. The library is portable, and is confirmed to work on both Unix and Windows. Version 1.0
package Chart
package
A library for generating 2D Charts and Plots, based upon the cairo graphics library. Version 0.15
package Chart-gtk
package
Utility functions for using the chart library with GTK Version 0.15
module Data.ByteString.Char8
bytestring Data.ByteString.Char8
Manipulate ByteStrings using Char operations. All Chars will be truncated to 8 bits. It can be expected that these functions will run at identical speeds to their Word8 equivalents in Data.ByteString. More specifically these byte strings are taken to be in the subset of Unicode covered by code points 0-255. This covers Unicode Basic Latin, Latin-1 Supplement and C0+C1 Controls. See: * http://www.unicode.org/charts/ * http://www.unicode.org/charts/PDF/U0000.pdf * http://www.unicode.org/charts/PDF/U0080.pdf This module is intended to be imported qualified, to avoid name clashes with Prelude functions. eg. > import qualified Data.ByteString.Char8 as B The Char8 interface to bytestrings provides an instance of IsString for the ByteString type, enabling you to use string literals, and have them implicitly packed to ByteStrings. Use -XOverloadedStrings to enable this.
module Data.ByteString.Lazy.Char8
bytestring Data.ByteString.Lazy.Char8
Manipulate lazy ByteStrings using Char operations. All Chars will be truncated to 8 bits. It can be expected that these functions will run at identical speeds to their Word8 equivalents in Data.ByteString.Lazy. This module is intended to be imported qualified, to avoid name clashes with Prelude functions. eg. > import qualified Data.ByteString.Lazy.Char8 as C
module Text.Parsec.Char
parsec Text.Parsec.Char
Commonly used character parsers.

Show more results