Skip to content

Commit

Permalink
Update examples/example_abs_evars.v
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Oct 9, 2023
1 parent f41cdc3 commit 489f888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_abs_evars.v
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ solve (goal _ _ _ _ [trm T] as G) GL :-
solve (goal _ _ T _ [] as G) GL :-
std.assert! (abs-evars T ClosedT N) "closure fails",
coq.mk-app {{ (fun x : lp:ClosedT => x) _ }} {coq.mk-n-holes N} R,
std.spy (refine R G GL).
refine R G GL.

}}.
Elpi Typecheck.
Expand Down

0 comments on commit 489f888

Please sign in to comment.