We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9bbe7 commit c048b42Copy full SHA for c048b42
test-suite/exmNotParametric.v
@@ -1,4 +1,4 @@
1
-Require Import Coq.Logic.ClassicalFacts.
+From Coq Require Import ClassicalFacts.
2
Inductive False_R : False -> False -> Prop :=.
3
4
Inductive or_R (A₁ A₂ : Prop) (A_R : A₁ -> A₂ -> Prop) (B₁ B₂ : Prop)
0 commit comments