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.
mapTo1 :: (Generator1 c, Reducer e m) => (Elem c -> e) -> m -> c -> mreducers Data.Semigroup.Generator No documentation available.
mapKeysToAttributeName :: Map Text v -> Map AttributeName vreflex-dom-core Reflex.Dom.Builder.Class No documentation available.
-
row-types Data.Row.Records A function to map over a record given no constraint.
-
row-types Data.Row.Records A function to map over a Ap record given constraints.
-
row-types Data.Row.Variants A function to map over a variant given no constraint.
-
sbv Data.SBV.Internals Map a unary function through a CV.
-
sbv Data.SBV.Internals Map a binary function through a CV.
-
sbv Data.SBV.Maybe Map over two maybe values.
mapAppend :: (SA -> SB) -> IO Proofsbv Documentation.SBV.Examples.KnuckleDragger.Lists map f (xs ++ ys) == map f xs ++ map f ys
>>> mapAppend (uninterpret "f") Inductive lemma: mapAppend Step: Base Q.E.D. Step: 1 Q.E.D. Step: 2 Q.E.D. Step: 3 Q.E.D. Step: 4 Q.E.D. Step: 5 Q.E.D. Result: Q.E.D. [Proven] mapAppend
-
sbv Documentation.SBV.Examples.KnuckleDragger.Lists f = g => map f xs = map g xs
>>> mapEquiv Inductive lemma: mapEquiv Step: Base Q.E.D. Step: 1 Q.E.D. Step: 2 Q.E.D. Step: 3 Q.E.D. Step: 4 Q.E.D. Result: Q.E.D. [Proven] mapEquiv