aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/modops.mli
diff options
context:
space:
mode:
authorGravatar soubiran <soubiran@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-02-21 13:54:58 +0000
committerGravatar soubiran <soubiran@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-02-21 13:54:58 +0000
commitcfa3aa27f1141fe732a473efd0cff794694c63bb (patch)
tree3904eb887185d18375c6d93e68c314a7c464868c /kernel/modops.mli
parentdc7f5e8bbd6fb7da277ee89278211105157b2041 (diff)
Fixed the pseudo-cicularity problem due to the with operator on Module Type.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9662 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/modops.mli')
-rw-r--r--kernel/modops.mli6
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/modops.mli b/kernel/modops.mli
index 803bdc839..c209eac1a 100644
--- a/kernel/modops.mli
+++ b/kernel/modops.mli
@@ -17,7 +17,7 @@ open Declarations
open Entries
open Mod_subst
(*i*)
-exception Circularity of string
+
(* Various operations on modules and module types *)
(* recursively unfold MTBdent module types *)
@@ -96,10 +96,6 @@ val error_a_generative_module_expected : label -> 'a
val error_local_context : label option -> 'a
-val error_circular_with_module : identifier -> 'a
-
-val error_circularity_in_subtyping : string->string->string-> 'a
-
val error_no_such_label_sub : label->string->string->'a
val resolver_of_environment :