Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Interactive :: Bool -> Interactivetasty-silver Test.Tasty.Silver.Interactive No documentation available.
Interactive :: ContentCategorytype-of-html Html.Type 3.2.5.2.7 Interactive content
type
Interaction = Interaction' RangeAgda Agda.Interaction.Base An interactive computation.
-
Agda Agda.Interaction.Base No documentation available.
module Agda.Interaction.
InteractionTop No documentation available.
InteractionError_ :: InteractionError_ -> ErrorNameAgda Agda.Interaction.Options.Errors No documentation available.
-
Agda Agda.Interaction.Options.Errors No documentation available.
InteractionMetaBoundaries_ :: WarningNameAgda Agda.Interaction.Options.Warnings No documentation available.
type
InteractionOutputCallback = Response_boot TCErr TCWarning WarningsAndNonFatalErrors -> TCM ()Agda Agda.Interaction.Response Callback fuction to call when there is a response to give to the interactive frontend. Note that the response is given in pieces and incrementally, so the user can have timely response even during long computations. Typical InteractionOutputCallback functions:
- Convert the response into a String representation and print it on standard output (suitable for inter-process communication).
- Put the response into a mutable variable stored in the closure of the InteractionOutputCallback function. (suitable for intra-process communication).
InteractionEmacs :: InteractionFormatAgda Agda.Main --interaction.