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.
fromNumArgs :: NumArgs -> CInthslua-core HsLua.Core.Types No documentation available.
fromNumResults :: NumResults -> CInthslua-core HsLua.Core.Types No documentation available.
lookupNumericEntity :: String -> Maybe Stringtagsoup 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
EnumFrom :: l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax unbounded arithmetic sequence, incrementing by 1: [from ..]
EnumFromThen :: l -> Exp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax unbounded arithmetic sequence, with first two elements given [from, then ..]
EnumFromThenTo :: l -> Exp l -> Exp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax bounded arithmetic sequence, with first two elements given [from, then .. to]
EnumFromTo :: l -> Exp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax bounded arithmetic sequence, incrementing by 1 [from .. to]
alphaNum :: CharParsing m => m Charparsers Text.Parser.Char Parses a letter or digit. Returns the parsed character.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.