Skip to content

Commit 3a0e18f

Browse files
committed
Add initial import file to test whether the pipeline is working.
1 parent 0b06c2a commit 3a0e18f

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
*.aux
2+
*.a
3+
*.cma
4+
*.cmi
5+
*.cmo
6+
*.cmx
7+
*.cmxa
8+
*.cmxs
9+
*.glob
10+
*.ml.d
11+
*.ml4.d
12+
*.mli.d
13+
*.mllib.d
14+
*.mlpack.d
15+
*.native
16+
*.o
17+
*.v.d
18+
*.vio
19+
*.vo
20+
.coq-native/
21+
.csdp.cache
22+
.lia.cache
23+
.nia.cache
24+
.nlia.cache
25+
.nra.cache
26+
csdp.cache
27+
lia.cache
28+
nia.cache
29+
nlia.cache
30+
nra.cache
31+
Makefile
32+
Makefile.conf
33+
*.d
34+
*.pdf
35+
*.log
36+
*.gz
37+
*.out
38+
*.bbl
39+
*.blg
40+
*.vok
41+
*.vos

code/TestImports.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(** This file contains global imports from the UniMath library. *)
2+
3+
Require Export UniMath.Foundations.All.

0 commit comments

Comments
 (0)