Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. backendInteractTop :: Backend'_boot definition (tcm :: Type -> Type) opts env menv mod def -> Maybe (BackendCommandTop tcm)

    Agda Agda.Compiler.Backend.Base

    Backend-specific top-level interactive command.

  2. type OldInteractionScopes = Map InteractionId ScopeInfo

    Agda Agda.Interaction.Base

    No documentation available.

  3. oldInteractionScopes :: CommandState -> !OldInteractionScopes

    Agda Agda.Interaction.Base

    We remember (the scope of) old interaction points to make it possible to parse and compute highlighting information for the expression that it got replaced by.

  4. theInteractionPoints :: CommandState -> [InteractionId]

    Agda Agda.Interaction.Base

    The interaction points of the buffer, in the order in which they appear in the buffer. The interaction points are recorded in theTCState, but when new interaction points are added by give or refine Agda does not ensure that the ranges of later interaction points are updated.

  5. getSolvedInteractionPoints :: Bool -> Rewrite -> TCM [(InteractionId, MetaId, Expr)]

    Agda Agda.Interaction.BasicOps

    getSolvedInteractionPoints True returns all solutions, even if just solved by another, non-interaction meta. getSolvedInteractionPoints False only returns metas that are solved by a non-meta.

  6. runInteractionLoop :: Maybe AbsolutePath -> TCM () -> (AbsolutePath -> TCM CheckResult) -> TCM ()

    Agda Agda.Interaction.CommandLine

    No documentation available.

  7. getOldInteractionScope :: InteractionId -> CommandM ScopeInfo

    Agda Agda.Interaction.InteractionTop

    No documentation available.

  8. insertOldInteractionScope :: InteractionId -> ScopeInfo -> CommandM ()

    Agda Agda.Interaction.InteractionTop

    No documentation available.

  9. modifyOldInteractionScopes :: (OldInteractionScopes -> OldInteractionScopes) -> CommandM ()

    Agda Agda.Interaction.InteractionTop

    A Lens for oldInteractionScopes.

  10. modifyTheInteractionPoints :: ([InteractionId] -> [InteractionId]) -> CommandM ()

    Agda Agda.Interaction.InteractionTop

    A Lens for theInteractionPoints.

Page 29 of many | Previous | Next