diff options
| author | herbelin | 2003-10-01 10:33:33 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-01 10:33:33 +0000 |
| commit | 89a82fa99972ce5cbcd6aca93294f5dea3f30a26 (patch) | |
| tree | d9887dc7eedc6259de2c6cc96a6d75456ff9e81c /parsing/extend.ml | |
| parent | a9a84910da0c2192c2625530041ce7901500ed95 (diff) | |
Implantation de l'option 'format' des Notations
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4509 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/extend.ml')
| -rw-r--r-- | parsing/extend.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/extend.ml b/parsing/extend.ml index 1a9bdec915..89a3da95f1 100644 --- a/parsing/extend.ml +++ b/parsing/extend.ml @@ -91,7 +91,7 @@ type syntax_modifier = | SetAssoc of Gramext.g_assoc | SetEntryType of string * simple_constr_production_entry | SetOnlyParsing - | SetFormat of string + | SetFormat of string located type nonterm = | NtShort of string |
