Skip to content

Commit 992c3a5

Browse files
authored
Merge pull request #127 from coq-community/stdlib_repo
Adapt to coq/coq#19530
2 parents 5e9bbe7 + c048b42 commit 992c3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-suite/exmNotParametric.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Require Import Coq.Logic.ClassicalFacts.
1+
From Coq Require Import ClassicalFacts.
22
Inductive False_R : False -> False -> Prop :=.
33

44
Inductive or_R (A₁ A₂ : Prop) (A_R : A₁ -> A₂ -> Prop) (B₁ B₂ : Prop)

0 commit comments

Comments
 (0)