diff options
| author | herbelin | 2005-01-02 08:46:18 +0000 |
|---|---|---|
| committer | herbelin | 2005-01-02 08:46:18 +0000 |
| commit | 6eff115a9094104eac9be09eb0e755f98366cf8d (patch) | |
| tree | 62bb7fe5b47f0818cc5407c86cd4517b06f123b7 /toplevel/command.mli | |
| parent | e4e04dfb5488330908ad14873f97d753821dd1ac (diff) | |
Partie reduction_of_red_expr de tacred.ml qui dépend de la vm maintenant dans redexpr.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6544 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.mli')
| -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 |
