Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-internal GHC.Internal.Data.Monoid The monoid of endomorphisms under composition.
Endo f <> Endo g == Endo (f . g)
Examples
>>> let computation = Endo ("Hello, " ++) <> Endo (++ "!") >>> appEndo computation "Haskell" "Hello, Haskell!"
>>> let computation = Endo (*3) <> Endo (+1) >>> appEndo computation 1 6
-
ghc-internal GHC.Internal.Data.Monoid No documentation available.
-
ghc-internal GHC.Internal.Data.Semigroup.Internal The monoid of endomorphisms under composition.
Endo f <> Endo g == Endo (f . g)
Examples
>>> let computation = Endo ("Hello, " ++) <> Endo (++ "!") >>> appEndo computation "Haskell" "Hello, Haskell!"
>>> let computation = Endo (*3) <> Endo (+1) >>> appEndo computation 1 6
-
ghc-internal GHC.Internal.Data.Semigroup.Internal No documentation available.
-
numhask NumHask.Prelude The monoid of endomorphisms under composition.
Endo f <> Endo g == Endo (f . g)
Examples
>>> let computation = Endo ("Hello, " ++) <> Endo (++ "!") >>> appEndo computation "Haskell" "Hello, Haskell!"
>>> let computation = Endo (*3) <> Endo (+1) >>> appEndo computation 1 6
-
numhask NumHask.Prelude No documentation available.
-
ghc-lib-parser GHC.Core.TyCo.FVs The monoid of endomorphisms under composition.
Endo f <> Endo g == Endo (f . g)
Examples
>>> let computation = Endo ("Hello, " ++) <> Endo (++ "!") >>> appEndo computation "Haskell" "Hello, Haskell!"
>>> let computation = Endo (*3) <> Endo (+1) >>> appEndo computation 1 6
-
ghc-lib-parser GHC.Core.TyCo.FVs No documentation available.
-
boltzmann-samplers Boltzmann.Species No documentation available.
-
testing-feat Test.Feat.Enumerate The monoid of endomorphisms under composition.
Endo f <> Endo g == Endo (f . g)
Examples
>>> let computation = Endo ("Hello, " ++) <> Endo (++ "!") >>> appEndo computation "Haskell" "Hello, Haskell!"
>>> let computation = Endo (*3) <> Endo (+1) >>> appEndo computation 1 6