-
Notifications
You must be signed in to change notification settings - Fork 1
/
lBsystems.v
56 lines (25 loc) · 874 Bytes
/
lBsystems.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
(** * Definition of B-systems using the length function.
Vladimir Voevodsky.
Started December 3, 2014.
A companion code to the paper "B-systems".
*)
Require Export lBsystems.prelim.
Require Export lBsystems.ltowers.
Require Export lBsystems.ltowers_over.
Require Export lBsystems.hSet_ltowers.
Require Export lBsystems.lB_carriers.
Require Export lBsystems.T_Tt.
Require Export lBsystems.S_St.
Require Export lBsystems.TS_ST.
Require Export lBsystems.STid .
Require Export lBsystems.dlt .
Require Export lBsystems.prelB_non_unital.
Require Export lBsystems.prelB .
Require Export lBsystems.lB0_non_unital .
Require Export lBsystems.lB0 .
Require Export lBsystems.lB_non_unital .
Require Export lBsystems.lB .
Require Export lBsystems.T_fun .
Require Export lBsystems.S_fun .
Require Export lB_to_precat.
(* End of the file lBsystems.v *)