Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
IdempotencyId = Key Idempotencypersistent-test MigrationIdempotencyTest No documentation available.
IdTable :: Text -> !Maybe IdTable -> IdTableGeneric backendpersistent-test RenameTest No documentation available.
type
IdTable = IdTableGeneric SqlBackendpersistent-test RenameTest No documentation available.
-
persistent-test RenameTest No documentation available.
-
persistent-test RenameTest No documentation available.
-
GLUT Graphics.UI.GLUT.Callbacks.Global No documentation available.
-
cborg Codec.CBOR.Read An Incremental decoder, used to represent the result of attempting to run a decoder over a given input, and return a value of type a.
class (Additive a, Multiplicative a) =>
IDivisible afoundation Foundation Represent types that supports an euclidian division
(x ‘div‘ y) * y + (x ‘mod‘ y) == x
-
foundation Foundation.Monad Identity functor and monad. (a non-strict monad)
Examples
>>> fmap (+1) (Identity 0) Identity 1
>>> Identity [1, 2, 3] <> Identity [4, 5, 6] Identity [1,2,3,4,5,6]
>>> do x <- Identity 10 y <- Identity (x + 5) pure (x + y) Identity 25
-
foundation Foundation.Monad No documentation available.