Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. RegexCompileFlagsDollarEndonly :: RegexCompileFlags

    gi-glib GI.GLib.Flags

    A dollar metacharacter ("$") in the pattern matches only at the end of the string. Without this option, a dollar also matches immediately before the final character if it is a newline (but not before any other newlines). This option is ignored if RegexCompileFlagsMultiline is set.

  2. atEndOfInput :: IO b -> InputStream a -> IO (InputStream a)

    io-streams System.IO.Streams.Combinators

    Wraps an InputStream, running the specified action when the stream yields end-of-file. Since: 1.0.2.0

  3. atEndOfOutput :: IO b -> OutputStream a -> IO (OutputStream a)

    io-streams System.IO.Streams.Combinators

    Wraps an OutputStream, running the specified action when the stream receives end-of-file. Since: 1.0.2.0

  4. appEndo :: Endo a -> a -> a

    relude Relude.Monoid

    No documentation available.

  5. type family UnEndo (e :: Endo a) :: a -> Exp a

    first-class-families Fcf.Class.Monoid.Types

    Inverse of the Endo constructor.

  6. data AppendOnlyBoundedCollection a

    hs-opentelemetry-api OpenTelemetry.Util

    No documentation available.

  7. appendOnlyBoundedCollectionDroppedElementCount :: AppendOnlyBoundedCollection a -> Int

    hs-opentelemetry-api OpenTelemetry.Util

    No documentation available.

  8. appendOnlyBoundedCollectionSize :: AppendOnlyBoundedCollection a -> Int

    hs-opentelemetry-api OpenTelemetry.Util

    No documentation available.

  9. appendOnlyBoundedCollectionValues :: AppendOnlyBoundedCollection a -> Vector a

    hs-opentelemetry-api OpenTelemetry.Util

    No documentation available.

  10. emptyAppendOnlyBoundedCollection :: Int -> AppendOnlyBoundedCollection a

    hs-opentelemetry-api OpenTelemetry.Util

    Initialize a bounded collection that admits a maximum size

Page 18 of many | Previous | Next