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.
alphaNum :: forall (m :: Type -> Type) . Monad m => Parser Char m Charstreamly-core Streamly.Internal.Unicode.Parser Match any character that satisfies isAlphaNum
alphaNum :: forall (m :: Type -> Type) . Monad m => Parser Char m Charstreamly-core Streamly.Unicode.Parser Match any character that satisfies isAlphaNum
-
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). class Typeable a =>
Enumerable atesting-feat Test.Feat No documentation available.
-
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).
deriveEnumerable :: Name -> Q [Dec]testing-feat Test.Feat No documentation available.
enumerate :: forall (f :: Type -> Type) . (Enumerable a, Typeable f, Sized f) => Shared f atesting-feat Test.Feat No documentation available.
class Typeable a =>
Enumerable atesting-feat Test.Feat.Class No documentation available.
deriveEnumerable :: Name -> Q [Dec]testing-feat Test.Feat.Class No documentation available.
enumerate :: forall (f :: Type -> Type) . (Enumerable a, Typeable f, Sized f) => Shared f atesting-feat Test.Feat.Class No documentation available.