Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. treeCursorSelectLastOnSameLevel :: TreeCursor a -> TreeCursor a

    cursor Cursor.Simple.Tree

    No documentation available.

  2. textFieldCursorSelectLastLine :: TextFieldCursor -> TextFieldCursor

    cursor Cursor.TextField

    No documentation available.

  3. treeCursorSelectLast :: (a -> b) -> (b -> a) -> TreeCursor a b -> TreeCursor a b

    cursor Cursor.Tree.Movement

    No documentation available.

  4. treeCursorSelectLastOnSameLevel :: (a -> b) -> (b -> a) -> TreeCursor a b -> TreeCursor a b

    cursor Cursor.Tree.Movement

    No documentation available.

  5. apLast :: forall (n :: PeanoNum) a b . ArityPeano n => Fun ('S n) a b -> a -> Fun n a b

    fixed-vector Data.Vector.Fixed.Cont

    Apply last parameter to function. Unlike apFun we need to traverse all parameters but last hence Arity constraint.

  6. curryLast :: forall (n :: PeanoNum) a b . ArityPeano n => Fun ('S n) a b -> Fun n a (a -> b)

    fixed-vector Data.Vector.Fixed.Cont

    Curry last parameter of n-ary function

  7. getLastModified :: (MonadDOM m, IsDocument self, FromJSString result) => self -> m result

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.lastModified documentation

  8. insertLastChild :: forall n (c :: Type -> Type) tag text . NodeClass n c => n c tag text -> CursorG n c tag text -> Maybe (CursorG n c tag text)

    hexpat Text.XML.Expat.Cursor

    Insert content as the first child of the current position.

  9. insertManyLastChild :: NodeClass n c => c (n c tag text) -> CursorG n c tag text -> Maybe (CursorG n c tag text)

    hexpat Text.XML.Expat.Cursor

    Insert content as the first child of the current position.

  10. isLast :: forall (n :: (Type -> Type) -> Type -> Type -> Type) tag text . CursorG n [] tag text -> Bool

    hexpat Text.XML.Expat.Cursor

    Are we at the right end of the document? (Pure version.)

Page 99 of many | Previous | Next