Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. decimalNumber :: CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  2. letterNumber :: CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  3. otherNumber :: CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  4. data EnumeratorType

    commonmark Commonmark.Types

    No documentation available.

  5. enumFromMutableN :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m, Enum a) => a -> Int -> m (Mutable arr (PrimState m) a)

    contiguous Data.Primitive.Contiguous

    Yield a mutable array of the given length containing the values x, succ x, succ (succ x) etc.

  6. enumFromN :: (Contiguous arr, Element arr a, Enum a) => a -> Int -> arr a

    contiguous Data.Primitive.Contiguous

    Yield an array of the given length containing the values x, succ x, succ (succ x) etc.

  7. timeNumOffset :: Parser (Expr s a)

    dhall Dhall.Parser.Expression

    Parse a numeric TimeZone This corresponds to the time-numoffset rule from the official grammar

  8. hexNumber :: Parser Int

    dhall Dhall.Parser.Token

    Parse a hexademical number and convert to the corresponding Int

  9. enumDeriver :: Deriver

    domain Domain

    Derives Enum for enums or sums having no members in all variants. Requires to have the StandaloneDeriving compiler extension enabled.

  10. enumFrom' :: Expr -> Expr

    express Data.Express.Fixtures

    enumFrom lifted over Exprs.

    > enumFrom' zero
    enumFrom 0 :: [Int]
    
    Works for Ints, Bools and Chars.

Page 323 of many | Previous | Next