Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. isEndOfInput :: Parser e s Bool

    bytesmith Data.Bytes.Parser

    Returns true if there are no more bytes in the input. Returns false otherwise. Always succeeds.

  2. isEndOfInput :: Parser e s Bool

    bytesmith Data.Bytes.Parser.Latin

    Returns true if there are no more bytes in the input. Returns false otherwise. Always succeeds.

  3. maybeEndOfExecutable :: String -> IO (Maybe String)

    end-of-exe EndOfExe2

    Can be used instead of os to check whether the executable ends in ".exe". The function returns IO Nothing if there is neither ys nor (ys ++ ".exe") names for executables in the search path. It can also search in other locations and its behaviour is OS dependent. For more information, please, refer to the link: https://hackage.haskell.org/package/directory-1.3.4.0/docs/System-Directory.html#v:findExecutable For more information, how the executable is searched, see also the following address: https://hackage.haskell.org/package/process-1.6.18.0/docs/System-Process.html#t:CmdSpec

  4. liftEndoM :: Monoid m => m -> EndoM m

    generic-data Generic.Data.Internal.Traversable

    No documentation available.

  5. lowerEndoM :: Monoid m => EndoM m -> m

    generic-data Generic.Data.Internal.Traversable

    No documentation available.

  6. getTextRangeEndOffset :: MonadIO m => TextRange -> m Int32

    gi-atk GI.Atk.Structs.TextRange

    Get the value of the “end_offset” field. When overloading is enabled, this is equivalent to

    get textRange #endOffset
    

  7. setTextRangeEndOffset :: MonadIO m => TextRange -> Int32 -> m ()

    gi-atk GI.Atk.Structs.TextRange

    Set the value of the “end_offset” field. When overloading is enabled, this is equivalent to

    set textRange [ #endOffset := value ]
    

  8. clearTextSelectionEndObject :: MonadIO m => TextSelection -> m ()

    gi-atk GI.Atk.Structs.TextSelection

    Set the value of the “end_object” field to Nothing. When overloading is enabled, this is equivalent to

    clear #endObject
    

  9. getTextSelectionEndObject :: MonadIO m => TextSelection -> m (Maybe Object)

    gi-atk GI.Atk.Structs.TextSelection

    Get the value of the “end_object” field. When overloading is enabled, this is equivalent to

    get textSelection #endObject
    

  10. getTextSelectionEndOffset :: MonadIO m => TextSelection -> m Int32

    gi-atk GI.Atk.Structs.TextSelection

    Get the value of the “end_offset” field. When overloading is enabled, this is equivalent to

    get textSelection #endOffset
    

Page 27 of many | Previous | Next