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. alphaNum :: forall (m :: Type -> Type) . Monad m => Parser Char m Char

    streamly-core Streamly.Internal.Unicode.Parser

    Match any character that satisfies isAlphaNum

  2. alphaNum :: forall (m :: Type -> Type) . Monad m => Parser Char m Char

    streamly-core Streamly.Unicode.Parser

    Match any character that satisfies isAlphaNum

  3. signum :: Num a => a -> a

    subcategories Control.Subcategory.RebindableSyntax

    Sign of a number. The functions abs and signum should satisfy the law:

    abs x * signum x == x
    
    For real numbers, the signum is either -1 (negative), 0 (zero) or 1 (positive).

  4. class Typeable a => Enumerable a

    testing-feat Test.Feat

    No documentation available.

  5. data Enumerate a

    testing-feat Test.Feat

    A functional enumeration of type t is a partition of t into finite numbered sets. Each part contains values of a certain cost (typically the size of the value).

  6. deriveEnumerable :: Name -> Q [Dec]

    testing-feat Test.Feat

    No documentation available.

  7. enumerate :: forall (f :: Type -> Type) . (Enumerable a, Typeable f, Sized f) => Shared f a

    testing-feat Test.Feat

    No documentation available.

  8. class Typeable a => Enumerable a

    testing-feat Test.Feat.Class

    No documentation available.

  9. deriveEnumerable :: Name -> Q [Dec]

    testing-feat Test.Feat.Class

    No documentation available.

  10. enumerate :: forall (f :: Type -> Type) . (Enumerable a, Typeable f, Sized f) => Shared f a

    testing-feat Test.Feat.Class

    No documentation available.

Page 430 of many | Previous | Next