Skip to content

Commit

Permalink
Fix metacoq_tour
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jul 22, 2024
1 parent 67ee744 commit c6180f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/metacoq_tour.v
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ From MetaCoq.ErasurePlugin Require Import Erasure Loader.

(** Running erasure live in Coq *)
Definition test (p : Ast.Env.program) : string :=
erase_and_print_template_program default_erasure_config p.
erase_and_print_template_program default_erasure_config [] p.

MetaCoq Quote Recursively Definition zero := 0.

Expand Down

0 comments on commit c6180f0

Please sign in to comment.