diff options
| author | filliatr | 2000-11-06 16:43:51 +0000 |
|---|---|---|
| committer | filliatr | 2000-11-06 16:43:51 +0000 |
| commit | 723c344d3e4cf7fdc2e4854ea7d55d140570424d (patch) | |
| tree | 41ae18d8e43aa80007d361e83414d3b043f693ee /kernel/environ.mli | |
| parent | 826913ee19c25cfe445f574080524662bdba1597 (diff) | |
nouveau discharge fait par le noyau; plus de recettes dans les corps des constantes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@807 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/environ.mli')
| -rw-r--r-- | kernel/environ.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli index c4a5e4659e..84f384759c 100644 --- a/kernel/environ.mli +++ b/kernel/environ.mli @@ -144,6 +144,11 @@ val prod_create : env -> types * constr -> constr val defined_constant : env -> constant -> bool val evaluable_constant : env -> constant -> bool +(*s Opaque / Transparent switching *) + +val set_opaque : env -> section_path -> unit +val set_transparent : env -> section_path -> unit + (*s Modules. *) type compiled_env |
