diff options
| author | aspiwack | 2007-05-11 17:00:58 +0000 |
|---|---|---|
| committer | aspiwack | 2007-05-11 17:00:58 +0000 |
| commit | 2dbe106c09b60690b87e31e58d505b1f4e05b57f (patch) | |
| tree | 4476a715b796769856e67f6eb5bb6eb60ce6fb57 /kernel/declarations.mli | |
| parent | 95f043a4aa63630de133e667f3da1f48a8f9c4f3 (diff) | |
Processor integers + Print assumption (see coqdev mailing list for the
details).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9821 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/declarations.mli')
| -rw-r--r-- | kernel/declarations.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index 7f7f7dcc39..2f32d86392 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -218,7 +218,8 @@ and module_body = mod_user_type : module_type_body option; mod_type : module_type_body; mod_equiv : module_path option; - mod_constraints : constraints } + mod_constraints : constraints; + mod_retroknowledge : Retroknowledge.action list} (* [type_of(mod_expr)] <: [mod_user_type] (if given) *) (* if equiv given then constraints are empty *) |
