diff options
| author | letouzey | 2012-05-29 11:09:05 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-29 11:09:05 +0000 |
| commit | 255f7938cf92216bc134099c50bd8258044be644 (patch) | |
| tree | 8557933a7a7a0fc28ed5b28e4aa1c8737b5029a8 /dev/printers.mllib | |
| parent | 4a39b5cb9841a9e11b745bce0d3dc2bc86d6b185 (diff) | |
Strongly reduce the dependencies of grammar.cma, modulo two hacks
- in g_constr.ml4, we avoid a dependency on Notation_ops by copying
the pseudo-ident hack ldots_var = ".."
- in egrammar.ml4 we duplicate the error message
error_invalid_pattern_notaition.
To adapt via Errors.register_handler...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15383 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/printers.mllib')
| -rw-r--r-- | dev/printers.mllib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib index a5e0d27be1..955eb3650f 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -105,6 +105,8 @@ Tok Lexer Ppextend Genarg +Constrexpr_ops +Notation_ops Topconstr Notation Dumpglob |
