Hoogle Search

Within LTS Haskell 23.25 (ghc-9.8.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype Day

    time Data.Time.Calendar

    The Modified Julian Day is a standard count of days, with zero being the day 1858-11-17.

  2. data Day

    time Data.Time.Calendar.OrdinalDate

    The Modified Julian Day is a standard count of days, with zero being the day 1858-11-17.

  3. newtype Day

    time-compat Data.Time.Calendar.Compat

    The Modified Julian Day is a standard count of days, with zero being the day 1858-11-17.

  4. data Day

    time-compat Data.Time.Calendar.OrdinalDate.Compat

    The Modified Julian Day is a standard count of days, with zero being the day 1858-11-17.

  5. type DayOfMonth = Int

    time Data.Time.Calendar

    Day of month, in range 1 to 31.

  6. data DayOfWeek

    time Data.Time.Calendar

    No documentation available.

  7. class Ord p => DayPeriod p

    time Data.Time.Calendar

    The class of types which can be represented as a period of days.

  8. type DayOfMonth = Int

    time Data.Time.Calendar.Julian

    Day of month, in range 1 to 31.

  9. type DayOfYear = Int

    time Data.Time.Calendar.Julian

    Day of year, in range 1 (January 1st) to 366. December 31st is 365 in a common year, 366 in a leap year.

  10. type DayOfMonth = Int

    time Data.Time.Calendar.MonthDay

    Day of month, in range 1 to 31.

Page 1 of many | Next