• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. decodeEnumMap :: EnumEncoding a => Map (EnumBase a) a

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    Include the inverse map as a top-level part of the EnumEncoding instance to ensure it is only computed once by GHC.

  2. encodeEnum :: EnumEncoding a => a -> EnumBase a

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    Encode a as a base type.

  3. encodeEnumAsText :: EnumAsTextEncoding a => a -> Text

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    Encode a as Text.

  4. module Database.PostgreSQL.PQTypes.Model.EnumType

    No documentation available.

  5. data EnumType

    hpqtypes-extras Database.PostgreSQL.PQTypes.Model.EnumType

    No documentation available.

  6. EnumType :: !RawSQL () -> [RawSQL ()] -> EnumType

    hpqtypes-extras Database.PostgreSQL.PQTypes.Model.EnumType

    No documentation available.

  7. sqlCreateEnum :: EnumType -> RawSQL ()

    hpqtypes-extras Database.PostgreSQL.PQTypes.Model.EnumType

    Make SQL query that creates an enum type.

  8. sqlDropEnum :: RawSQL () -> RawSQL ()

    hpqtypes-extras Database.PostgreSQL.PQTypes.Model.EnumType

    Make SQL query that drops a composite type.

  9. data TrackNumber

    htaglib Sound.HTagLib

    Track number tag.

  10. mkTrackNumber :: Int -> Maybe TrackNumber

    htaglib Sound.HTagLib

    Construction of TrackNumber values, non-positive values result in Nothing.

Page 409 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete