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.
getFirstElementChild :: (MonadDOM m, IsParentNode self) => self -> m (Maybe Element)jsaddle-dom JSDOM.Generated.ParentNode getFirstElementChildUnchecked :: (MonadDOM m, IsParentNode self) => self -> m Elementjsaddle-dom JSDOM.Generated.ParentNode getFirstElementChildUnsafe :: (MonadDOM m, IsParentNode self, HasCallStack) => self -> m Elementjsaddle-dom JSDOM.Generated.ParentNode getFirstEmptyRegionIndex :: MonadDOM m => WebKitNamedFlow -> m Intjsaddle-dom JSDOM.Generated.WebKitNamedFlow 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]
-
lmdb Database.LMDB.Raw No documentation available.
MDB_FIRST_DUP :: MDB_cursor_oplmdb Database.LMDB.Raw No documentation available.
deleteFirstsByM :: Monad m => (a -> a -> m Bool) -> [a] -> [a] -> m [a]monadlist Control.Monad.ListM No documentation available.
deleteFirstsM :: (Eq a, Monad m) => [a] -> [a] -> m [a]monadlist Control.Monad.ListM No documentation available.
-
nerd-font-icons Graphics.Icons.NerdFont No documentation available.