Skip to content

Commit 8cfcc80

Browse files
committed
Changed import.
1 parent ccdce1e commit 8cfcc80

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

code/Decidability/DiscreteTypes.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Require Export UniMath.Foundations.All.
1+
Require Import init.imports.
22

33
Section EqualityDeciders.
44

code/_CoqProject

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ COQDEP = coqdep
55
-arg "-w -notation-overridden -type-in-type"
66

77
init/imports.v
8+
init/all.v
89

910
Decidability/DecidablePredicates.v
10-
Decidability/DiscreteTypes.v
11-
12-
11+
Decidability/DiscreteTypes.v

code/init/all.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
Require Export init.imports.

0 commit comments

Comments
 (0)