Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. addGregorianYearsRollOver :: Integer -> Day -> Day

    time Data.Time.Calendar

    Add years, matching month and day, with Feb 29th rolled over to Mar 1st if necessary. For instance, 2004-02-29 + 2 years = 2006-03-01.

  2. pattern JulianYearMonthDay :: Year -> MonthOfYear -> DayOfMonth -> Day

    time Data.Time.Calendar.Julian

    Bidirectional abstract constructor for the proleptic Julian calendar. Invalid values will be clipped to the correct range, month first, then day.

  3. addJulianYearsClip :: Integer -> Day -> Day

    time Data.Time.Calendar.Julian

    Add years, matching month and day, with Feb 29th clipped to Feb 28th if necessary. For instance, 2004-02-29 + 2 years = 2006-02-28.

  4. addJulianYearsRollOver :: Integer -> Day -> Day

    time Data.Time.Calendar.Julian

    Add years, matching month and day, with Feb 29th rolled over to Mar 1st if necessary. For instance, 2004-02-29 + 2 years = 2006-03-01.

  5. fromJulianYearAndDay :: Year -> DayOfYear -> Day

    time Data.Time.Calendar.Julian

    Convert from proleptic Julian year and day format. Invalid day numbers will be clipped to the correct range (1 to 365 or 366).

  6. fromJulianYearAndDayValid :: Year -> DayOfYear -> Maybe Day

    time Data.Time.Calendar.Julian

    Convert from proleptic Julian year and day format. Invalid day numbers will return Nothing

  7. showJulianYearAndDay :: Day -> String

    time Data.Time.Calendar.Julian

    Show in proleptic Julian year and day format (yyyy-ddd)

  8. toJulianYearAndDay :: Day -> (Year, DayOfYear)

    time Data.Time.Calendar.Julian

    Convert to proleptic Julian year and day format.

  9. DeriveAnyClass :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  10. DeriveAnyClass :: Extension

    template-haskell Language.Haskell.TH.LanguageExtensions

    No documentation available.

Page 97 of many | Previous | Next