Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. treeCursorSelectLast :: TreeCursor a -> TreeCursor a

    cursor Cursor.Simple.Tree

    No documentation available.

  2. treeCursorSelectLastOnSameLevel :: TreeCursor a -> TreeCursor a

    cursor Cursor.Simple.Tree

    No documentation available.

  3. textFieldCursorSelectLastLine :: TextFieldCursor -> TextFieldCursor

    cursor Cursor.TextField

    No documentation available.

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

    cursor Cursor.Tree.Movement

    No documentation available.

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

    cursor Cursor.Tree.Movement

    No documentation available.

  6. 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.

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

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

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.lastModified documentation

  9. 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.

  10. 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.

Page 99 of many | Previous | Next