Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
serverVendor :: Display -> StringX11 Graphics.X11.Xlib.Display interface to the X11 library function XServerVendor().
-
massiv Data.Massiv.Array Append two arrays together along the outer most dimension. Inner dimensions must agree, otherwise SizeMismatchException.
getEndomorphism :: Endomorphism (k :: Type -> Type -> Type) a -> k a amonoid-extras Data.Monoid.Endomorphism No documentation available.
-
pcre-light Text.Regex.PCRE.Light dollar_endonly If this bit is set, a dollar metacharacter in the pattern matches only at the end of the subject string. Without this option, a dollar also matches immediately before a newline at the end of the string (but not before any other newlines). The dollar_endonly option is ignored if multiline is set. There is no equivalent to this option in Perl, and no way to set it within a pattern.
-
pcre-light Text.Regex.PCRE.Light.Base dollar_endonly If this bit is set, a dollar metacharacter in the pattern matches only at the end of the subject string. Without this option, a dollar also matches immediately before a newline at the end of the string (but not before any other newlines). The dollar_endonly option is ignored if multiline is set. There is no equivalent to this option in Perl, and no way to set it within a pattern.
-
pcre-light Text.Regex.PCRE.Light.Char8 dollar_endonly If this bit is set, a dollar metacharacter in the pattern matches only at the end of the subject string. Without this option, a dollar also matches immediately before a newline at the end of the string (but not before any other newlines). The dollar_endonly option is ignored if multiline is set. There is no equivalent to this option in Perl, and no way to set it within a pattern.
isEndOfBytes :: forall (m :: Type -> Type) . Monad m => Parser ByteString m Boolpipes-bytestring Pipes.ByteString Check if the underlying Producer has no more bytes Note that this will skip over empty ByteString chunks, unlike isEndOfInput from pipes-parse.
isEndOfBytes = liftM isNothing peekByte
compDollarEndOnly :: CompOptionregex-pcre-builtin Text.Regex.PCRE No documentation available.
compDollarEndOnly :: CompOptionregex-pcre-builtin Text.Regex.PCRE.ByteString No documentation available.
compDollarEndOnly :: CompOptionregex-pcre-builtin Text.Regex.PCRE.ByteString.Lazy No documentation available.