We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit afe0ab1Copy full SHA for afe0ab1
.gitignore
@@ -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
@@ -0,0 +1,2 @@
+# pruning-tutor
+a tutorial implementation on an elaborator of a dependently typed language with pruning
0 commit comments