Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type (a :: k1)
+ (b :: k2) = Add a btypenums Data.TypeNums The sum of two type-level numbers
(
+ ) :: Additive r => r -> r -> ralgebra Numeric.Additive.Class No documentation available.
(
+ ) :: Additive r => r -> r -> ralgebra Numeric.Algebra No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
constrained-categories Control.Category.Constrained No documentation available.
-
constrained-categories Control.Category.Constrained.Prelude No documentation available.
-
constrained-categories Control.Category.Constrained.Prelude No documentation available.
-
constrained-categories Control.Category.Hask No documentation available.
-
copilot-language Copilot.Language.Prelude No documentation available.
-
inf-backprop Debug.LoggingBackprop Differentiable logging sum function.
Examples of usage
>>> import Control.Arrow (runKleisli) >>> import Control.Monad.Logger (runStdoutLoggingT) >>> import InfBackprop (call)
>>> runStdoutLoggingT $ runKleisli (call (+)) (2, 2) [Info] Calculating sum of 2 and 2 => 4 4