clean up some vscode noise from backtracking
This commit is contained in:
@@ -94,7 +94,7 @@ compileTerm tm@(App _ _ _) with (funArgs tm)
|
||||
arity <- case meta of
|
||||
-- maybe throw
|
||||
(Unsolved x j ctx _ _ _) => pure 0 -- FIXME # of Bound in ctx.bds
|
||||
(Solved j tm) => pure $ getArity !(quote 0 tm)
|
||||
(Solved _ j tm) => pure $ getArity !(quote 0 tm)
|
||||
apply (CRef "Meta\{show k}") args' [<] arity
|
||||
_ | (t@(Ref fc nm _), args) = do
|
||||
args' <- traverse compileTerm args
|
||||
|
||||
Reference in New Issue
Block a user