Skip to content

Commit

Permalink
Fix erasure_live_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Aug 23, 2024
1 parent 4676c47 commit c8e1658
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test-suite/erasure_live_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ Definition testmemo := Eval lazy in test memo.
(** Cofix *)
From Coq Require Import StreamMemo.

MetaCoq Quote Recursively Definition memo := memo_make.

Definition testmemo := Eval lazy in test memo.

(** Ackermann **)
Fixpoint ack (n m:nat) {struct n} : nat :=
match n with
Expand Down

0 comments on commit c8e1658

Please sign in to comment.