We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b06c2a commit 3a0e18fCopy full SHA for 3a0e18f
.gitignore
@@ -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
@@ -0,0 +1,3 @@
+(** This file contains global imports from the UniMath library. *)
+
+Require Export UniMath.Foundations.All.
0 commit comments