Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
parseAnyString :: Parser Stringcurrycarbon Currycarbon.ParserHelpers No documentation available.
data
WitAny (f :: Type -> Type) (a :: k ~> Type) (b :: f k)decidable Data.Type.Predicate.Quantification A WitAny p as is a witness that, for at least one item a in the type-level collection as, the predicate p a is true.
-
decidable Data.Type.Predicate.Quantification Lifts a predicate p on an individual a into a predicate that on a collection as that is true if and only if any item in as satisfies the original predicate. That is, it turns a predicate of kind k ~> Type into a predicate of kind f k ~> Type. Essentially tests existential quantification.
-
decidable Data.Type.Predicate.Quantification data
WitAny (f :: Type -> Type) (a :: k ~> Type) (b :: f k)decidable Data.Type.Universe A WitAny p as is a witness that, for at least one item a in the type-level collection as, the predicate p a is true.
-
decidable Data.Type.Universe Lifts a predicate p on an individual a into a predicate that on a collection as that is true if and only if any item in as satisfies the original predicate. That is, it turns a predicate of kind k ~> Type into a predicate of kind f k ~> Type. Essentially tests existential quantification.
-
decidable Data.Type.Universe manyEndBy1 :: Alternative m => m a -> m a -> m [a]ede Text.EDE.Internal.Parser No documentation available.
manyTill1 :: Alternative m => m a -> m b -> m [a]ede Text.EDE.Internal.Parser No documentation available.
-
elf Data.Elf Harvard University machine-independent object files