Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. userForceRefresh :: YiM ()

    yi-core Yi.Core

    No documentation available.

  2. jumpForwardE :: EditorM ()

    yi-core Yi.Editor

    No documentation available.

  3. jumpForward :: JumpList -> JumpList

    yi-core Yi.JumpList

    No documentation available.

  4. promptingForBuffer :: Text -> (BufferRef -> YiM ()) -> ([BufferRef] -> [BufferRef] -> [BufferRef]) -> YiM ()

    yi-core Yi.MiniBuffer

    Prompts for a buffer name, turns it into a BufferRef and passes it on to the handler function. Uses all known buffers for hinting.

  5. tokAtOrBefore :: Foldable t => Point -> t (Tok t1) -> Maybe (Tok t1)

    yi-core Yi.Syntax.OnlineTree

    No documentation available.

  6. tokAtOrBefore :: Foldable t => Point -> t (Tok t1) -> Maybe (Tok t1)

    yi-core Yi.Syntax.Tree

    No documentation available.

  7. userForceRefresh :: UI e -> IO ()

    yi-core Yi.UI.Common

    User force-refresh (in case the screen has been messed up from outside)

  8. verticalOffsetsForWindows :: Int -> PointedList Window -> PointedList Int

    yi-core Yi.UI.SimpleLayout

    No documentation available.

  9. stripOuterForallT :: Type -> Type

    deriving-compat Data.Deriving.Via.Internal

    No documentation available.

  10. bformat :: Format Builder a -> a

    formatting Formatting

    Run the formatter and return a Builder value. This is a newer synonym for bprint, following the naming convention set by format and sformat.

Page 591 of many | Previous | Next