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.
IdTable :: String -> IdTable key amysql-json-table Database.MySQL.JSONTable No documentation available.
-
roc-id ROC.ID Represents a valid 10-digit ROC national identification number (中華民國身份證號碼) of the form A123456789. By construction, invalid values are not representable by this type. An identification number encodes a person's Gender, the Location in which they first registered for an identification card, and a unique Serial number.
Identity :: Gender -> Location -> Serial -> Identityroc-id ROC.ID No documentation available.
-
rzk Language.Rzk.Free.Syntax No documentation available.
IdJF :: term -> term -> term -> term -> term -> term -> TermF scope termrzk Language.Rzk.Free.Syntax No documentation available.
-
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.