Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base-compat Data.Semigroup.Compat No documentation available.
-
No documentation available.
-
generic-deriving Generics.Deriving.Monoid The dual of a Monoid, obtained by swapping the arguments of (<>).
Dual a <> Dual b == Dual (b <> a)
Examples
>>> Dual "Hello" <> Dual "World" Dual {getDual = "WorldHello"}
>>> Dual (Dual "Hello") <> Dual (Dual "World") Dual {getDual = Dual {getDual = "HelloWorld"}}
-
generic-deriving Generics.Deriving.Monoid No documentation available.
-
relude Relude.Monoid The dual of a Monoid, obtained by swapping the arguments of (<>).
Dual a <> Dual b == Dual (b <> a)
Examples
>>> Dual "Hello" <> Dual "World" Dual {getDual = "WorldHello"}
>>> Dual (Dual "Hello") <> Dual (Dual "World") Dual {getDual = Dual {getDual = "HelloWorld"}}
-
relude Relude.Monoid No documentation available.
-
base-compat-batteries Data.Monoid.Compat The dual of a Monoid, obtained by swapping the arguments of (<>).
Dual a <> Dual b == Dual (b <> a)
Examples
>>> Dual "Hello" <> Dual "World" Dual {getDual = "WorldHello"}
>>> Dual (Dual "Hello") <> Dual (Dual "World") Dual {getDual = Dual {getDual = "HelloWorld"}}
-
base-compat-batteries Data.Monoid.Compat No documentation available.
-
base-compat-batteries Data.Semigroup.Compat The dual of a Monoid, obtained by swapping the arguments of (<>).
Dual a <> Dual b == Dual (b <> a)
Examples
>>> Dual "Hello" <> Dual "World" Dual {getDual = "WorldHello"}
>>> Dual (Dual "Hello") <> Dual (Dual "World") Dual {getDual = Dual {getDual = "HelloWorld"}}
-
base-compat-batteries Data.Semigroup.Compat No documentation available.