| Copyright | (c) 2014 Bryan O'Sullivan | 
|---|---|
| License | BSD-style | 
| Maintainer | bos@serpentine.com | 
| Stability | experimental | 
| Portability | GHC | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Data.Text.Internal.Read
Description
Common internal functions for reading textual data.
Documentation
Instances
| Applicative (IParser t) # | |
| Defined in Data.Text.Internal.Read | |
| Functor (IParser t) # | |
| Monad (IParser t) # | |
digitToInt :: Char -> Int #
hexDigitToInt :: Char -> Int #