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.

  1. module Control.Monad.Ology.General.Identity

    No documentation available.

  2. module Control.Monad.Ology.Specific.IdentityT

    No documentation available.

  3. newtype IdentityT (f :: k -> Type) (a :: k)

    monadology Control.Monad.Ology.Specific.IdentityT

    The trivial monad transformer, which maps a monad to an equivalent monad.

  4. IdentityT :: f a -> IdentityT (f :: k -> Type) (a :: k)

    monadology Control.Monad.Ology.Specific.IdentityT

    No documentation available.

  5. data IdTable key a

    mysql-json-table Database.MySQL.JSONTable

    Table that stores a map from keys to row identifiers from some JSONTable. It has the following shape: TODO: table

  6. IdTable :: String -> IdTable key a

    mysql-json-table Database.MySQL.JSONTable

    No documentation available.

  7. data Identity

    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.

  8. Identity :: Gender -> Location -> Serial -> Identity

    roc-id ROC.ID

    No documentation available.

  9. pattern IdJ :: FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a -> FS TermF a

    rzk Language.Rzk.Free.Syntax

    No documentation available.

  10. IdJF :: term -> term -> term -> term -> term -> term -> TermF scope term

    rzk Language.Rzk.Free.Syntax

    No documentation available.

Page 220 of many | Previous | Next