Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. type LineNumber = Int

    ihaskell IHaskell.Eval.Parser

    A line number in an input string.

  2. tagToEnum# :: Int# -> a

    ihaskell IHaskellPrelude

    No documentation available.

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

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

    incipit-base Incipit.Base

    Convert from an Int.

  5. historyReplyLineNumber :: HistoryReplyElement -> Int

    ipython-kernel IHaskell.IPython.Types

    No documentation available.

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

  7. ConstEnum :: EnumConst -> Const

    language-c99 Language.C99.AST

    No documentation available.

  8. TEnum :: EnumSpec -> TypeSpec

    language-c99 Language.C99.AST

    No documentation available.

  9. makeNumEnv :: (Foldable t, TyConable c) => t (RType c b t1) -> [b]

    liquidhaskell-boot Language.Haskell.Liquid.Types.RefType

    Termination Predicates ----------------------------------------------------

  10. ppEnumMap :: (Enum k, Pretty k, Pretty v) => EnumMap k v -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

Page 179 of many | Previous | Next