Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
netwire Control.Wire 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
-
netwire Control.Wire No documentation available.
IdIndexElemDef :: ColId -> IndexElemDefpostgresql-syntax PostgresqlSyntax.Ast No documentation available.
-
postgresql-syntax PostgresqlSyntax.Ast References
IDENT
IdentExtractArg :: Ident -> ExtractArgpostgresql-syntax PostgresqlSyntax.Ast No documentation available.
type
Idx = (SInteger, SInteger)sbv Documentation.SBV.Examples.KnuckleDragger.BinarySearch Bounds: This is the focus into the array; both indexes are inclusive.
-
sbv Documentation.SBV.Examples.Lists.BoundedMutex Regular work
-
sbv Documentation.SBV.Examples.Puzzles.KnightsAndKnaves Each inhabitant is either a knave or a knight
-
simple-templates Web.Simple.Templates.Types A symbol identifier following the format [a-z][a-zA-Z0-9_-]*
-
streamly-core Streamly.Internal.Data.Parser Return a result right away without an input.