File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Unset Automatic Introduction. (* This line has to be removed for the file to com
16
16
17
17
(** Imports *)
18
18
19
- Require Export uuu.
19
+ Require Export Foundations.Generalities. uuu.
20
20
21
21
(** Universe structure *)
22
22
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This file contains the formulation of the univalence axiom and the proof that it
11
11
12
12
Unset Automatic Introduction. (** This line has to be removed for the file to compile with Coq8.2 *)
13
13
14
- Require Export uu0.
14
+ Require Export Foundations.Generalities. uu0.
15
15
16
16
17
17
(** ** Univalence axiom. *)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Unset Automatic Introduction. (* This line has to be removed for the file to com
26
26
(** Imports *)
27
27
28
28
29
- Require Export uu0 .
29
+ Require Export Foundations.Generalities. uu0 .
30
30
31
31
(** Universe structure *)
32
32
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
13
13
14
14
(** Imports *)
15
15
16
- Require Export hSet .
16
+ Require Export Foundations.hlevel2. hSet .
17
17
18
18
19
19
(** To upstream files *)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
13
13
14
14
(** Imports *)
15
15
16
- Require Export algebra1a .
16
+ Require Export Foundations.hlevel2. algebra1a .
17
17
18
18
19
19
(** To upstream files *)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
13
13
14
14
(** Imports *)
15
15
16
- Require Export algebra1b .
16
+ Require Export Foundations.hlevel2. algebra1b .
17
17
18
18
19
19
(** To upstream files *)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
13
13
14
14
(** Imports *)
15
15
16
- Require Export algebra1c .
16
+ Require Export Foundations.hlevel2. algebra1c .
17
17
18
18
19
19
(** To upstream files *)
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Unset Automatic Introduction. (* This line has to be removed for the file to com
18
18
19
19
(** Imports. *)
20
20
21
- Require Export hProp .
22
- Require Export stnfsets .
23
- Require Export hSet .
21
+ Require Export Foundations.hlevel1. hProp .
22
+ Require Export Foundations.hlevel2. stnfsets .
23
+ Require Export Foundations.hlevel2. hSet .
24
24
25
25
26
26
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
17
17
18
18
(** Imports *)
19
19
20
- Require Export hProp .
20
+ Require Export Foundations.hlevel1. hProp .
21
21
22
22
23
23
(** ** The type of sets i.e. of types of h-level 2 in [ UU ] *)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Unset Automatic Introduction. (* This line has to be removed for the file to com
17
17
18
18
(** Imports. *)
19
19
20
- Require Export algebra1d .
20
+ Require Export Foundations.hlevel2. algebra1d .
21
21
22
22
(** To up-stream files *)
23
23
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
16
16
17
17
(** Imports *)
18
18
19
- Require Export hz .
19
+ Require Export Foundations.hlevel2. hz .
20
20
21
21
Opaque hz .
22
22
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Unset Automatic Introduction. (** This line has to be removed for the file to co
16
16
17
17
(** Imports *)
18
18
19
- Require Export hnat .
20
- Require Export algebra1d .
19
+ Require Export Foundations.hlevel2. hnat .
20
+ Require Export Foundations.hlevel2. algebra1d .
21
21
22
22
23
23
(** Upstream *)
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Unset Automatic Introduction. (* This line has to be removed for the file to com
16
16
(** Imports. *)
17
17
18
18
19
- Require Export hnat .
19
+ Require Export Foundations.hlevel2. hnat .
20
20
21
21
22
- (* To up-steram files *)
22
+ (* To up-stream files *)
23
23
24
24
25
25
You can’t perform that action at this time.
0 commit comments