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.
-
No documentation available.
-
algebra Numeric.Algebra.Dual No documentation available.
-
algebra Numeric.Algebra.Dual No documentation available.
-
No documentation available.
-
No documentation available.
newtype
Dual (g :: Type -> Type) agraphs Data.Graph.Dual No documentation available.
Dual :: g a -> Dual (g :: Type -> Type) agraphs Data.Graph.Dual No documentation available.
-
verset Verset 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"}}
-
verset Verset No documentation available.
-
coinor-clp Numeric.COINOR.CLP No documentation available.