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.
-
refined Refined No documentation available.
-
classy-prelude ClassyPrelude 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
-
classy-prelude ClassyPrelude No documentation available.
-
defun-core DeFun.Function No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal Identifier used for table names.
type
IdentInfo = (SqlBackend, IdentState)esqueleto Database.Esqueleto.Internal.Internal Information needed to escape and use identifiers.
-
esqueleto Database.Esqueleto.Internal.Internal List of identifiers already in use and supply of temporary identifiers.
IdentState :: HashSet Text -> IdentStateesqueleto Database.Esqueleto.Internal.Internal No documentation available.
module GHC.Builtin.PrimOps.
Ids PrimOp's Ids
type
IdUnfoldingFun = Id -> Unfoldingghc-lib-parser GHC.Core No documentation available.