package ppxlib
Standard library for ppx rewriters
Install
Dune Dependency
Authors
Maintainers
Sources
ppxlib-0.25.1.tbz
sha256=a51b3868029e62ff14a0f2bd8d278dacfc0c3fc5b22d484a296be90c53e4ffd7
sha512=6a6d9af49344e901cc9e6da7bcf38c2973705c8cee4cff1c64c0393e9ccc55a6abec1f58d5b56d0807939a3741bec722ee7bfc244f94619167a30438f182488a
doc/src/ppxlib.astlib/keyword.ml.html
Source file keyword.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
let is_keyword = function | "and" -> true | "as" -> true | "assert" -> true | "begin" -> true | "class" -> true | "constraint" -> true | "do" -> true | "done" -> true | "downto" -> true | "else" -> true | "end" -> true | "exception" -> true | "external" -> true | "false" -> true | "for" -> true | "fun" -> true | "function" -> true | "functor" -> true | "if" -> true | "in" -> true | "include" -> true | "inherit" -> true | "initializer" -> true | "lazy" -> true | "let" -> true | "match" -> true | "method" -> true | "module" -> true | "mutable" -> true | "new" -> true | "nonrec" -> true | "object" -> true | "of" -> true | "open" -> true | "or" -> true (* | "parser" -> true *) | "private" -> true | "rec" -> true | "sig" -> true | "struct" -> true | "then" -> true | "to" -> true | "true" -> true | "try" -> true | "type" -> true | "val" -> true | "virtual" -> true | "when" -> true | "while" -> true | "with" -> true | "lor" -> true | "lxor" -> true | "mod" -> true | "land" -> true | "lsl" -> true | "lsr" -> true | "asr" -> true | _ -> false
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>