aboutsummaryrefslogtreecommitdiff
path: root/toplevel/command.mli
diff options
context:
space:
mode:
authormohring2005-11-02 22:12:16 +0000
committermohring2005-11-02 22:12:16 +0000
commit2f5c0f8880cd4ccc27cef4980768d35c9ebd26ea (patch)
treefb1f33855c930c0f5c46a67529e6df6e24652c9f /toplevel/command.mli
parent30ef31fd8e01d39fb7ce909167dcc1e4a29d7f80 (diff)
Types inductifs parametriques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7493 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.mli')
-rw-r--r--toplevel/command.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli
index d6eb9cfc50..be815ffd66 100644
--- a/toplevel/command.mli
+++ b/toplevel/command.mli
@@ -84,3 +84,5 @@ val admit : unit -> unit
and the current global env *)
val get_current_context : unit -> Evd.evar_map * Environ.env
+
+