Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
construct Construct Same as the usual many except a Format is no Functor, let alone Alternative.
-
construct Construct In the parsing direction, the same as the regular manyTill: parses the item zero or more times until the terminator succeeds. When serializing, makes sure to append the terminator. Beware, for performance reasons the function does not verify that no item's serialization can be parsed via the terminator.
contramany :: Decidable f => f a -> f [a]contravariant-extras Contravariant.Extras No documentation available.
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