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.
-
essence-of-live-coding LiveCoding.Cell.Util Add an a to the buffer.
data
ParametrisedHandle p (m :: Type -> Type) hessence-of-live-coding LiveCoding.Handle Generalisation of Handle carrying an additional parameter which may change at runtime. Like in a Handle, the h value of a ParametrisedHandle is preserved through live coding reloads. Additionally, the parameter p value can be adjusted, and triggers a destruction and reinitialisation whenever it changes.
-
essence-of-live-coding LiveCoding.Handle No documentation available.
type
Parser = ParserT PureModeflatparse FlatParse.Basic The type of pure parsers.
type
ParserIO = ParserT IOModeflatparse FlatParse.Basic The type of parsers which can embed IO actions.
type
ParserST s = ParserT STMode sflatparse FlatParse.Basic The type of parsers which can embed ST actions.
newtype
ParserT (st :: ZeroBitType) e aflatparse FlatParse.Basic ParserT st e a is a parser with a state token type st, an error type e and a return type a. The different state token types support different embedded effects; see Parser, ParserIO and ParserST below.
-
flatparse FlatParse.Basic No documentation available.
-
flatparse FlatParse.Basic Byte offset counted backwards from the end of the buffer. Note: the Ord instance for Pos considers the earlier positions to be smaller.
-
flatparse FlatParse.Basic No documentation available.