Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
monoid-extras Data.Monoid.Cut No documentation available.
-
monoid-extras Data.Monoid.MList No documentation available.
-
monoid-extras Data.Monoid.MList The relation l :>: a holds when a is the type of an element in l. For example, (Char ::: Int ::: Bool ::: Nil) :>: Int.
-
monoid-extras Data.Monoid.Split No documentation available.
-
monoid-extras Data.Semigroup.Coproduct m :+. n is the coproduct of semigroups m and n. Values of type m :+. n consist of alternating non-empty lists of m and n values. Composition is list concatenation, with appropriate combining of adjacent elements
-
operational Control.Monad.Operational No documentation available.
data ((f :: k -> Type)
:*: (g :: k -> Type)) (p :: k)protolude Protolude Products: encode multiple arguments to constructors
(
:*: ) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)protolude Protolude No documentation available.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)protolude Protolude Sums: encode choice between constructors
newtype ((f :: k2 -> Type)
:.: (g :: k1 -> k2)) (p :: k1)protolude Protolude Composition of functors