Skip to content

Commit

Permalink
Fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Oct 3, 2023
1 parent f2b1cc0 commit 357e8a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-suite/erasure_live_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,10 @@ Require Import Coq.Arith.Compare_dec.
Require Import Coq.Arith.PeanoNat.
Require Import Coq.Arith.Peano_dec.
Require Import Arith Init.Wf.
Require Import Program.
Program Fixpoint provedCopy (n:nat) {wf lt n} : nat :=
match n with 0 => 0 | S k => S (provedCopy k) end.

Print Assumptions provedCopy.
(* MetaCoq Quote Recursively Definition pCopy := provedCopy. program *)

Expand Down

0 comments on commit 357e8a7

Please sign in to comment.