Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    Encode a as a base type.

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

    hpqtypes-extras Database.PostgreSQL.PQTypes.Deriving

    Encode a as Text.

  3. sqlCreateEnum :: EnumType -> RawSQL ()

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

    Make SQL query that creates an enum type.

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

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

    Make SQL query that drops a composite type.

  5. type LineNumber = Int

    ihaskell IHaskell.Eval.Parser

    A line number in an input string.

  6. tagToEnum# :: Int# -> a

    ihaskell IHaskellPrelude

    No documentation available.

  7. 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.

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

    incipit-base Incipit.Base

    Convert from an Int.

  9. historyReplyLineNumber :: HistoryReplyElement -> Int

    ipython-kernel IHaskell.IPython.Types

    No documentation available.

  10. doubleNumber :: Double -> Json

    jsonifier Jsonifier

    JSON Number literal from Double. Since JSON doesn't have support for them, non-real values like NaN, Infinity, -Infinity get rendered as 0.

Page 179 of many | Previous | Next