fuzzy-time-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Data.FuzzyTime.Parser

Synopsis

Documentation

fuzzyDayP :: Parser FuzzyDay Source #

Can handle:

  • yesterday
  • now
  • today
  • tomorrow
  • "%Y-%m-%d"

and all non-ambiguous prefixes

fuzzyDayOfTheWeekP :: Parser DayOfWeek Source #

Can handle:

  • monday
  • tuesday
  • wednesday
  • thursday
  • friday
  • saturday
  • sunday

and all non-ambiguous prefixes