Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
transformers-either Control.Monad.Trans.Either Map the Left unwrapped computation using the given function.
firstExtensionError :: ErrorCodexmonad-contrib XMonad.Config.Prime No documentation available.
firstTok :: Foldable f => f t -> tyi-mode-javascript Yi.Syntax.JavaScript No documentation available.
deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]base Data.List 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]
getFirst :: First a -> Maybe abase Data.Monoid No documentation available.
-
base Data.Semigroup No documentation available.
compactGetFirstBlock# :: Compact# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #)base GHC.Base Returns the address and the utilized size (in bytes) of the first compact block of a CNF.
compactGetFirstBlock# :: Compact# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #)base GHC.Exts Returns the address and the utilized size (in bytes) of the first compact block of a CNF.
-
containers Data.IntMap.Internal Map contravariantly over a WhenMatched f _ y z.
-
containers Data.IntMap.Merge.Lazy Map contravariantly over a WhenMatched f _ y z.