Skip to content

Commit

Permalink
Merge branch 'coq-8.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Aug 23, 2024
2 parents a40e807 + c8e1658 commit a08708b
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 a08708b

Please sign in to comment.