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.
data
IdSurgery (a :: k -> Type) (b :: k -> Type)generic-data-surgery Generic.Data.Surgery.Internal The identity surgery: doesn't do anything.
-
gitlab-haskell GitLab.Types identity
Identity :: Text -> Text -> Maybe Int -> Identitygitlab-haskell GitLab.Types No documentation available.
-
A version of GraphulaT that removes all inserted data afterward
-
grisette Grisette.Core Identifier type used for GenSym The constructor is hidden intentionally. You can construct an identifier by:
- a raw identifier
>>> identifier "a" a
>>> "a" :: Identifier -- available when OverloadedStrings is enabled a
- bundle the identifier with some user provided metadata
>>> withMetadata "a" (NumberAtom 1) a:1
- bundle the calling file location with the identifier to ensure global uniqueness
>>> $$(withLocation "a") -- a sample result could be "a:[grisette-file-location <interactive> 18 (4 18)]" a:[grisette-file-location <interactive>...]
Identifier :: Text -> SExpr -> Identifiergrisette Grisette.Core No documentation available.
-
grisette Grisette.Internal.Core.Data.Symbol Identifier type used for GenSym The constructor is hidden intentionally. You can construct an identifier by:
- a raw identifier
>>> identifier "a" a
>>> "a" :: Identifier -- available when OverloadedStrings is enabled a
- bundle the identifier with some user provided metadata
>>> withMetadata "a" (NumberAtom 1) a:1
- bundle the calling file location with the identifier to ensure global uniqueness
>>> $$(withLocation "a") -- a sample result could be "a:[grisette-file-location <interactive> 18 (4 18)]" a:[grisette-file-location <interactive>...]
Identifier :: Text -> SExpr -> Identifiergrisette Grisette.Internal.Core.Data.Symbol No documentation available.
IdentifierDependency :: Identifier -> DependencySelectorhakyll Hakyll.Core.Dependencies No documentation available.
-
An identifier is a type used to uniquely name an item. An identifier is similar to a file path, but can contain additional details (e.g. item's version). Examples of identifiers are:
posts/foo.markdown
index
error/404