Skip to content

Commit afe0ab1

Browse files
authored
Initial commit
0 parents  commit afe0ab1

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*.annot
2+
*.cmo
3+
*.cma
4+
*.cmi
5+
*.a
6+
*.o
7+
*.cmx
8+
*.cmxs
9+
*.cmxa
10+
11+
# ocamlbuild working directory
12+
_build/
13+
14+
# ocamlbuild targets
15+
*.byte
16+
*.native
17+
18+
# oasis generated files
19+
setup.data
20+
setup.log
21+
22+
# Merlin configuring file for Vim and Emacs
23+
.merlin
24+
25+
# Dune generated files
26+
*.install
27+
28+
# Local OPAM switch
29+
_opam/

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# pruning-tutor
2+
a tutorial implementation on an elaborator of a dependently typed language with pruning

0 commit comments

Comments
 (0)