Cabal-3.2.1.0: A framework for packaging Haskell software
Copyright Jose Iborra 2008
License BSD3
Maintainer cabal-devel@haskell.org
Portability portable
Safe Haskell None
Language Haskell2010

Distribution.ReadE

Description

Simple parsing with failure

Synopsis

ReadE

newtype ReadE a Source #

Parser with simple error reporting

Constructors

ReadE

Fields

Instances

Instances details
Functor ReadE Source #
Instance details

Defined in Distribution.ReadE

Projections