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.
RegexCompileFlagsDollarEndonly :: RegexCompileFlagsgi-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.
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
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
-
relude Relude.Monoid No documentation available.
type family
UnEndo (e :: Endo a) :: a -> Exp afirst-class-families Fcf.Class.Monoid.Types Inverse of the Endo constructor.
data
AppendOnlyBoundedCollection ahs-opentelemetry-api OpenTelemetry.Util No documentation available.
appendOnlyBoundedCollectionDroppedElementCount :: AppendOnlyBoundedCollection a -> Inths-opentelemetry-api OpenTelemetry.Util No documentation available.
appendOnlyBoundedCollectionSize :: AppendOnlyBoundedCollection a -> Inths-opentelemetry-api OpenTelemetry.Util No documentation available.
appendOnlyBoundedCollectionValues :: AppendOnlyBoundedCollection a -> Vector ahs-opentelemetry-api OpenTelemetry.Util No documentation available.
emptyAppendOnlyBoundedCollection :: Int -> AppendOnlyBoundedCollection ahs-opentelemetry-api OpenTelemetry.Util Initialize a bounded collection that admits a maximum size