diff options
Diffstat (limited to 'parsing/pcoq.mli')
| -rw-r--r-- | parsing/pcoq.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pcoq.mli b/parsing/pcoq.mli index f643b408d6..7409a9e80f 100644 --- a/parsing/pcoq.mli +++ b/parsing/pcoq.mli @@ -33,7 +33,7 @@ val object_of_typed_entry : typed_entry -> grammar_object Gram.Entry.e val weaken_entry : 'a Gram.Entry.e -> grammar_object Gram.Entry.e val get_constr_entry : - constr_entry -> grammar_object Gram.Entry.e * int option + constr_entry -> grammar_object Gram.Entry.e * int option * bool val symbol_of_production : Gramext.g_assoc option -> constr_production_entry -> Token.t Gramext.g_symbol |
