Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybeT :: (a -> Maybe b) -> [[a]] -> [[b]]leancheck Test.LeanCheck.Tiers Like mapMaybe but for tiers.
maps :: [[a]] -> [[b]] -> [[[(a, b)]]]leancheck Test.LeanCheck.Tiers Takes as arguments tiers of source and target values; returns tiers of maps from the source to the target encoded as lists without repetition.
-
quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList No documentation available.
-
quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList Property for the mapMaybe function, which keeps elements for which the predicate holds true.
-
quickcheck-classes-base Test.QuickCheck.Classes.Base.IsList No documentation available.
-
singletons Data.Singletons.Sigma Map across a Sigma value in a dependent fashion.
mapSome :: (forall (t :: k) . () => f t -> g t) -> Some f -> Some gsome Data.Some Map over argument.
mapSome :: (forall (x :: k) . () => f x -> g x) -> Some f -> Some gsome Data.Some.Church Map over argument.
mapSome :: (forall (x :: k) . () => f x -> g x) -> Some f -> Some gsome Data.Some.GADT Map over argument.
mapSome :: (forall (t :: k) . () => f t -> g t) -> Some f -> Some gsome Data.Some.Newtype Map over argument.