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. fromNumArgs :: NumArgs -> CInt

    hslua-core HsLua.Core.Types

    No documentation available.

  2. fromNumResults :: NumResults -> CInt

    hslua-core HsLua.Core.Types

    No documentation available.

  3. lookupNumericEntity :: String -> Maybe String

    tagsoup Text.HTML.TagSoup.Entity

    Lookup a numeric entity, the leading '#' must have already been removed.

    lookupNumericEntity "65" == Just "A"
    lookupNumericEntity "x41" == Just "A"
    lookupNumericEntity "x4E" === Just "N"
    lookupNumericEntity "x4e" === Just "N"
    lookupNumericEntity "X4e" === Just "N"
    lookupNumericEntity "Haskell" == Nothing
    lookupNumericEntity "" == Nothing
    lookupNumericEntity "89439085908539082" == Nothing
    

  4. EnumFrom :: l -> Exp l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    unbounded arithmetic sequence, incrementing by 1: [from ..]

  5. EnumFromThen :: l -> Exp l -> Exp l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    unbounded arithmetic sequence, with first two elements given [from, then ..]

  6. EnumFromThenTo :: l -> Exp l -> Exp l -> Exp l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    bounded arithmetic sequence, with first two elements given [from, then .. to]

  7. EnumFromTo :: l -> Exp l -> Exp l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    bounded arithmetic sequence, incrementing by 1 [from .. to]

  8. alphaNum :: CharParsing m => m Char

    parsers Text.Parser.Char

    Parses a letter or digit. Returns the parsed character.

  9. _numrange :: TypeInfo

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  10. _numrangeOid :: Oid

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

Page 185 of many | Previous | Next