diff options
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/command.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli index cd97ec5f82..d6eb9cfc50 100644 --- a/toplevel/command.mli +++ b/toplevel/command.mli @@ -22,6 +22,7 @@ open Vernacexpr open Rawterm open Topconstr open Decl_kinds +open Redexpr (*i*) (*s Declaration functions. The following functions take ASTs, @@ -30,7 +31,7 @@ open Decl_kinds defined object *) val declare_definition : identifier -> definition_kind -> - local_binder list -> Tacred.red_expr option -> constr_expr -> + local_binder list -> red_expr option -> constr_expr -> constr_expr option -> declaration_hook -> unit val syntax_definition : identifier -> constr_expr -> bool -> bool -> unit |
