text-1.2.2.0: An efficient packed Unicode text type.

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellSafe-Inferred

Data.Text.Internal.Read

Description

Common internal functions for reading textual data.

Documentation

type IReader t a = t -> Either String (a, t)

newtype IParser t a

Constructors

P 

Fields

runP :: IReader t a
 

Instances

data T

Constructors

T !Integer !Int 

perhaps :: a -> IParser t a -> IParser t a