We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4676c47 commit c8e1658Copy full SHA for c8e1658
test-suite/erasure_live_test.v
@@ -83,10 +83,6 @@ Definition testmemo := Eval lazy in test memo.
83
(** Cofix *)
84
From Coq Require Import StreamMemo.
85
86
-MetaCoq Quote Recursively Definition memo := memo_make.
87
-
88
-Definition testmemo := Eval lazy in test memo.
89
90
(** Ackermann **)
91
Fixpoint ack (n m:nat) {struct n} : nat :=
92
match n with
0 commit comments