Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
trifecta Text.Trifecta.Parser The type of a trifecta parser The first four arguments are behavior continuations:
- epsilon success: the parser has consumed no input and has a result as well as a possible Err; the position and chunk are unchanged (see pure)
- epsilon failure: the parser has consumed no input and is failing with the given Err; the position and chunk are unchanged (see empty)
- committed success: the parser has consumed input and is yielding the result, set of expected strings that would have permitted this parse to continue, new position, and residual chunk to the continuation.
- committed failure: the parser has consumed input and is failing with a given ErrInfo (user-facing error message)
- the current position
- the chunk of input currently under analysis
-
trifecta Text.Trifecta.Parser No documentation available.
-
trifecta Text.Trifecta.Util.It Final result, rest of the feed is discarded
class
Projectable (as :: Set Type) atype-set Data.OneOfThem No documentation available.
class
Projectable (as :: Set Type) atype-set Data.OneOrMore No documentation available.
-
wl-pprint-text Text.PrettyPrint.Leijen.Text The member prettyList is only used to define the instance Pretty a => Pretty [a]. In normal circumstances only the pretty function is used.
-
wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic The member prettyList is only used to define the instance Pretty a => Pretty [a]. In normal circumstances only the pretty function is used.
class
Projectable (c :: k -> k1 -> Type) (t :: k) (f :: k -> k1) | t -> fyaya Yaya.Fold This type class is lawless on its own, but there exist types that can’t implement the corresponding embed operation. Laws are induced by implementing either Steppable (which extends this) or Corecursive (which doesn’t).
-
Common pattern functors (and instances for them). This re-exports the functors from the strict library because it also adds some orphan instances for them.
-
yaya Yaya.Retrofit Rules of renaming data names