conditional-restriction-parser-0.1.0.5: Parser and interpreter of OpenStreetMap conditional restriction values
Safe HaskellSafe-Inferred
LanguageHaskell2010

ConditionalRestriction.Parse.InputDataParser

Description

Parsers for input data values.

Synopsis

Documentation

pValue :: Parser String Value Source #

Parses Values. See pBool, pNum and pTime for formats.

pBool :: Parser String Value Source #

Parses boolean values. Possible values are "true" and "false".

pNum :: Parser String Value Source #

Parses numbers. Values can be with or without decimal places, i.e. "5" or "5.34".

pTime :: Parser String Value Source #

Parses time and date in the format "YYYY-MM-DD hh:mm".