Merge branch 'ZackerySpytz-OCaml-missing-keyword-warnings'

* ZackerySpytz-OCaml-missing-keyword-warnings:
  Update a dead link.
  [OCaml] Add missing keywords to ocamlkw.swg
This commit is contained in:
William S Fulton 2018-12-30 22:26:31 +00:00
commit 0078c7d84d

View file

@ -6,12 +6,13 @@
/*
from
http://caml.inria.fr/ocaml/htmlman/manual044.html
https://caml.inria.fr/pub/docs/manual-ocaml/lex.html
*/
OCAMLKW(and);
OCAMLKW(as);
OCAMLKW(asr);
OCAMLKW(assert);
OCAMLKW(begin);
OCAMLKW(class);
@ -33,13 +34,20 @@ OCAMLKW(in);
OCAMLKW(include);
OCAMLKW(inherit);
OCAMLKW(initializer);
OCAMLKW(land);
OCAMLKW(lazy);
OCAMLKW(let);
OCAMLKW(lor);
OCAMLKW(lsl);
OCAMLKW(lsr);
OCAMLKW(lxor);
OCAMLKW(match);
OCAMLKW(method);
OCAMLKW(mod);
OCAMLKW(module);
OCAMLKW(mutable);
OCAMLKW(new);
OCAMLKW(nonrec);
OCAMLKW(object);
OCAMLKW(of);
OCAMLKW(open);