Home
last modified time | relevance | path

Searched refs:actOnMeta (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DCommandLine.hs241 actOnMeta :: [String] -> (InteractionId -> A.Expr -> TCM a) -> TCM a
242 actOnMeta (is:es) f = function
247 actOnMeta _ _ = __IMPOSSIBLE__ function
252 _ <- actOnMeta s $ \ ii e -> give WithoutForce ii Nothing e
260 _ <- actOnMeta s $ \ ii e -> refine WithoutForce ii Nothing e
272 do d <- actOnMeta s $ \_ e -> prettyA =<< evalInCurrent DefaultCompute e
298 actOnMeta s $ \i e ->