thentos-core-0.0.1.1: The swiss army knife of privacy-preserving identity management

Safe HaskellSafe
LanguageHaskell2010

Database.PostgreSQL.Simple.Missing

Synopsis

Documentation

interval :: Parser (Int, Int, Pico)

Parse a limited postgres interval of the form [-]HHH:MM:SS.[SSSS] (no larger units than hours).

data T

Constructors

T !Int !Int64 

seconds :: Parser Pico

Parse a count of seconds, with the integer part being two digits long.

twoDigits :: Parser Int

Parse a two-digit integer (e.g. day of month, hour).