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.

  1. serverVendor :: Display -> String

    X11 Graphics.X11.Xlib.Display

    interface to the X11 library function XServerVendor().

  2. appendOuterM :: forall ix e m . (Index ix, MonadThrow m) => Array DL ix e -> Array DL ix e -> m (Array DL ix e)

    massiv Data.Massiv.Array

    Append two arrays together along the outer most dimension. Inner dimensions must agree, otherwise SizeMismatchException.

  3. getEndomorphism :: Endomorphism (k :: Type -> Type -> Type) a -> k a a

    monoid-extras Data.Monoid.Endomorphism

    No documentation available.

  4. dollar_endonly :: PCREOption

    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.

  5. dollar_endonly :: PCREOption

    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.

  6. dollar_endonly :: PCREOption

    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.

  7. isEndOfBytes :: forall (m :: Type -> Type) . Monad m => Parser ByteString m Bool

    pipes-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
    

  8. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE

    No documentation available.

  9. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.ByteString

    No documentation available.

  10. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.ByteString.Lazy

    No documentation available.

Page 20 of many | Previous | Next