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.
-
rzk Language.Rzk.Free.Syntax No documentation available.
IdJ :: a -> Term' a -> Term' a -> Term' a -> Term' a -> Term' a -> Term' a -> Term' arzk Language.Rzk.Syntax.Abs No documentation available.
-
semver Data.SemVer A type representing an individual identifier from the release or metadata components of a Version.
- The Ord instance implements precedence according to the semantic version specification, with numeric identifiers being of lower precedence than textual identifiers, otherwise lexicographic ordering is used.
-
streamly Streamly.Data.Stream.MkType 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
-
symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom No documentation available.
-
vivid-supercollider Vivid.SC.SynthDef.Types Integer division
-
wai-saml2 Network.Wai.SAML2.EntityDescriptor Describes metadata of an identity provider. See also section 2.4.3 of Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0.
-
wai-saml2 Network.Wai.SAML2.EntityDescriptor No documentation available.
-
web3-polkadot Network.Polkadot Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.
-
web3-polkadot Network.Polkadot.Account Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.