Hoogle Search

Within LTS Haskell 24.35 (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. sqlCreateEnum :: EnumType -> RawSQL ()

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

    Make SQL query that creates an enum type.

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

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

    Make SQL query that drops a composite type.

  6. type LineNumber = Int

    ihaskell IHaskell.Eval.Parser

    A line number in an input string.

  7. tagToEnum# :: Int# -> a

    ihaskell IHaskellPrelude

    No documentation available.

  8. fromEnum :: Enum a => a -> Int

    incipit-base Incipit.Base

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  9. toEnum :: Enum a => Int -> a

    incipit-base Incipit.Base

    Convert from an Int.

  10. historyReplyLineNumber :: HistoryReplyElement -> Int

    ipython-kernel IHaskell.IPython.Types

    No documentation available.

Page 181 of many | Previous | Next