Initial commit

This commit is contained in:
Théophile Bastian 2017-12-19 13:30:32 +01:00 committed by Gogs
commit 8ea0250e67
2 changed files with 26 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# ---> OCaml
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# mpri-funcprog-project
MPRI Functional Programming project, whose subject can be found
[here](https://gitlab.inria.fr/fpottier/mpri-2.4-public/blob/master/project/sujet.pdf)