Skip to content

Instantly share code, notes, and snippets.

@zth
Created April 2, 2020 19:55
Show Gist options
  • Save zth/164ef2257f730349dc40c1fdc4e68b27 to your computer and use it in GitHub Desktop.
Save zth/164ef2257f730349dc40c1fdc4e68b27 to your computer and use it in GitHub Desktop.
module.exports = [
"and",
"as",
"asr",
"assert",
"begin",
"class",
"constraint",
"do",
"while",
"for",
"done",
"while",
"for",
"downto",
"else",
"end",
"exception",
"external",
"false",
"for",
"fun",
"function",
"functor",
"if",
"in",
"include",
"inherit",
"initializer",
"land",
"lazy",
"let",
"lor",
"lsl",
"lsr",
"lxor",
"match",
"method",
"mod",
"module",
"open",
"mutable",
"new",
"nonrec",
"object",
"of",
"open",
"open!",
"or",
"private",
"rec",
"let",
"module",
"sig",
"struct",
"then",
"to",
"true",
"try",
"type",
"val",
"virtual",
"val",
"method",
"class",
"when",
"while",
"with",
// Reason specific words
"switch"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment