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. addGregorianYearsClip :: Integer -> Day -> Day

    rio RIO.Time

    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.

  2. addGregorianYearsRollOver :: Integer -> Day -> Day

    rio RIO.Time

    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.

  3. runAnyE :: AnyE e r -> Either e r

    errors Control.Error.Util

    No documentation available.

  4. waitForAnyKey :: forall (m :: Type -> Type) . (MonadIO m, MonadMask m) => String -> InputT m Bool

    haskeline System.Console.Haskeline

    Waits for one key to be pressed, then returns. Ignores the value of the specific key. Returns True if it successfully accepted one key. Returns False if it encountered the end of input; i.e., an EOF in file-style interaction, or a Ctrl-D in terminal-style interaction. When using file-style interaction, consumes a single character from the input which may be non-printable.

  5. SSL_OP_CISCO_ANYCONNECT :: SSLOption

    HsOpenSSL OpenSSL.Session

    No documentation available.

  6. addGregorianYearsClip :: Integer -> Day -> Day

    time-compat Data.Time.Calendar.Compat

    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.

  7. addGregorianYearsRollOver :: Integer -> Day -> Day

    time-compat Data.Time.Calendar.Compat

    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.

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

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

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

  9. addJulianYearsClip :: Integer -> Day -> Day

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

    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.

  10. addJulianYearsRollOver :: Integer -> Day -> Day

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

    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.

Page 130 of many | Previous | Next