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. getFirstElementChild :: (MonadDOM m, IsParentNode self) => self -> m (Maybe Element)

    jsaddle-dom JSDOM.Generated.ParentNode

    Mozilla ParentNode.firstElementChild documentation

  2. getFirstElementChildUnchecked :: (MonadDOM m, IsParentNode self) => self -> m Element

    jsaddle-dom JSDOM.Generated.ParentNode

    Mozilla ParentNode.firstElementChild documentation

  3. getFirstElementChildUnsafe :: (MonadDOM m, IsParentNode self, HasCallStack) => self -> m Element

    jsaddle-dom JSDOM.Generated.ParentNode

    Mozilla ParentNode.firstElementChild documentation

  4. getFirstEmptyRegionIndex :: MonadDOM m => WebKitNamedFlow -> m Int

    jsaddle-dom JSDOM.Generated.WebKitNamedFlow

    Mozilla WebKitNamedFlow.firstEmptyRegionIndex documentation

  5. deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]

    listsafe Data.List.Safe

    The deleteFirstsBy function takes a predicate and two lists and returns the first list with the first occurrence of each element of the second list removed. This is the non-overloaded version of (\\).

    (\\) == deleteFirstsBy (==)
    
    The second list must be finite, but the first may be infinite.

    Examples

    >>> deleteFirstsBy (>) [1..10] [3, 4, 5]
    [4,5,6,7,8,9,10]
    
    >>> deleteFirstsBy (/=) [1..10] [1, 3, 5]
    [4,5,6,7,8,9,10]
    

  6. MDB_FIRST :: MDB_cursor_op

    lmdb Database.LMDB.Raw

    No documentation available.

  7. MDB_FIRST_DUP :: MDB_cursor_op

    lmdb Database.LMDB.Raw

    No documentation available.

  8. deleteFirstsByM :: Monad m => (a -> a -> m Bool) -> [a] -> [a] -> m [a]

    monadlist Control.Monad.ListM

    No documentation available.

  9. deleteFirstsM :: (Eq a, Monad m) => [a] -> [a] -> m [a]

    monadlist Control.Monad.ListM

    No documentation available.

  10. faFirstOrder :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

Page 115 of many | Previous | Next