cassette-0.2.0: A combinator library for simultaneously defining parsers and pretty printers.
Safe HaskellNone
LanguageHaskell2010

Text.Cassette.Number

Description

Combinators to handle number literals.

Synopsis

Documentation

int :: PP Int Source #

An integer literal, positive or negative.