dates-0.2.1.1: Small library for parsing different dates formats.

Safe HaskellSafe-Inferred

Data.Dates.Internal

Synopsis

Documentation

tryRead :: Read a => String -> Parsec String st aSource

Parser version of Prelude.read

times :: Int -> Parsec String st t -> Parsec String st [t]Source

Apply parser N times

numberSource

Arguments

:: Int

Number of digits

-> Int

Maximum value

-> Parsec String st Int 

Parse natural number of N digits which is not greater than M