diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/output.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index 4bd8973215..45017db8dd 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -51,7 +51,7 @@ let is_keyword = "in"; "invariant"; "let"; "of"; "ref"; "state"; "then"; "variant"; "while"; i*) (*i (* coq terms *) *) - "match"; "in"; "return"; "with"; "end"; "let"; "dest"; "fun"; "if"; "then"; "else"; "Prop"; "Set"; "Type"; ":=" + "match"; "as"; "in"; "return"; "with"; "end"; "let"; "dest"; "fun"; "if"; "then"; "else"; "Prop"; "Set"; "Type"; ":=" ] (*s Current Coq module *) |
