diff options
| author | Hugo Herbelin | 2016-01-13 00:20:46 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2016-01-13 00:50:21 +0100 |
| commit | 2d568a895d5c8a246f497c94c79811d3aad4269f (patch) | |
| tree | ea861b017fcc4526c94425bd11335c0c17c4fe95 /dev | |
| parent | 9f8ae1aa2678944888d80ce0867bfb2bba0c8c71 (diff) | |
Fixing #4467 (continued).
Function is_constructor was not properly fixed. Additionally, this fixes
a problem with the 8.5 interpretation of in-pattern (see Cases.v).
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/printers.mllib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib index eeca6809ae..ab7e9fc346 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -160,14 +160,14 @@ Constrarg Constrexpr_ops Genintern Notation_ops -Topconstr Notation Dumpglob +Syntax_def +Smartlocate +Topconstr Reserve Impargs -Syntax_def Implicit_quantifiers -Smartlocate Constrintern Modintern Constrextern |
