Skip to content

Commit

Permalink
Add initial import file to test whether the pipeline is working.
Browse files Browse the repository at this point in the history
  • Loading branch information
klinashka committed Nov 14, 2024
1 parent 0b06c2a commit 3a0e18f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
*.aux
*.a
*.cma
*.cmi
*.cmo
*.cmx
*.cmxa
*.cmxs
*.glob
*.ml.d
*.ml4.d
*.mli.d
*.mllib.d
*.mlpack.d
*.native
*.o
*.v.d
*.vio
*.vo
.coq-native/
.csdp.cache
.lia.cache
.nia.cache
.nlia.cache
.nra.cache
csdp.cache
lia.cache
nia.cache
nlia.cache
nra.cache
Makefile
Makefile.conf
*.d
*.pdf
*.log
*.gz
*.out
*.bbl
*.blg
*.vok
*.vos
3 changes: 3 additions & 0 deletions code/TestImports.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(** This file contains global imports from the UniMath library. *)

Require Export UniMath.Foundations.All.

0 comments on commit 3a0e18f

Please sign in to comment.