Allow bootstrap.ml to be compiled (#221)

Signed-off-by: David Allsopp <david.allsopp@metastack.com>
This commit is contained in:
David Allsopp 2017-08-16 16:08:03 +01:00 committed by Jérémie Dimino
parent 6bed864057
commit 7d1e0c47e2
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ boot.ml
*.corrected
*.swp
*.swo
bootstrap.cmi
bootstrap.cmo
bootstrap.exe

View File

@ -26,7 +26,7 @@ all-supported-ocaml-versions:
clean:
$(BIN) clean
rm -f ./boot.exe
rm -f ./boot.exe $(wildcard ./bootstrap.cmi ./bootstrap.cmo ./bootstrap.exe)
doc:
cd doc && sphinx-build . _build

View File

@ -1,4 +1,4 @@
#warnings "-40";;
[@@@ocaml.warning "-40"]
module Array = ArrayLabels
module List = ListLabels