forked from CertiKOS/rbgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_CoqProject
More file actions
46 lines (44 loc) · 984 Bytes
/
_CoqProject
File metadata and controls
46 lines (44 loc) · 984 Bytes
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
# Main _CoqProject file.
# When CompCert is used, _CoqProject.compcert will be included beforehand.
-R coqrel coqrel
-R structures structures
-R lattices lattices
-R models models
-R examples examples
-R interfaces interfaces
structures/Poset.v
structures/Lattice.v
structures/Completion.v
structures/Category.v
structures/Monad.v
structures/Effects.v
lattices/Downset.v
lattices/Upset.v
lattices/FCD.v
lattices/LatticeProduct.v
lattices/AdjoinBot.v
models/Sets.v
models/FreeCategories.v
models/Signature.v
models/EffectSignatures.v
models/IntSpec.v
models/Coherence.v
models/DCPO.v
models/IntStrat.v
models/LinCCAL.v
models/ConcSignature.v
models/ConcMonad.v
models/ConcStrategy.v
models/ConcRefinement.v
examples/CAL.v
examples/ConcSpawn.v
examples/ConcChan.v
interfaces/Category.v
interfaces/Functor.v
interfaces/MonoidalCategory.v
interfaces/ConcreteCategory.v
interfaces/FunctorCategory.v
interfaces/Limits.v
interfaces/Adjunctions.v
interfaces/Monads.v
interfaces/LiftMonad.v