Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. type family GetFirstSym1 (a6989586621679696704 :: First a) :: a

    singletons-base Data.Semigroup.Singletons

    No documentation available.

  2. data SFirst (a1 :: First a)

    singletons-base Data.Semigroup.Singletons

    No documentation available.

  3. SFirst :: forall a (n :: a) . Sing n -> SFirst ('First n)

    singletons-base Data.Semigroup.Singletons

    No documentation available.

  4. sGetFirst :: forall a (t :: First a) . Sing t -> Sing (Apply (GetFirstSym0 :: TyFun (First a) a -> Type) t)

    singletons-base Data.Semigroup.Singletons

    No documentation available.

  5. regionFirst :: Region -> Point

    yi-core Yi.Config.Simple

    No documentation available.

  6. pushWinToFirstE :: EditorM ()

    yi-core Yi.Editor

    Moves the focused window to the first window, and moves all other windows down the stack.

  7. swapWinWithFirstE :: EditorM ()

    yi-core Yi.Editor

    Swaps the focused window with the first window. Useful for layouts such as HPairOneStack, for which the first window is the largest.

  8. capitalizeFirst :: YiString -> YiString

    yi-core Yi.String

    No documentation available.

  9. getFirstElement :: Foldable t => t a -> Maybe a

    yi-core Yi.Syntax.Tree

    Return the 1st token of a subtree.

  10. getFirstOffset :: Foldable t => t (Tok t1) -> Point

    yi-core Yi.Syntax.Tree

    No documentation available.

Page 51 of many | Previous | Next