aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/class.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 09:09:42 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 09:09:42 +0000
commit191004de39d75b9f03562fe6db4123afef07b0eb (patch)
tree29d29ce82e5664e75184ce9c22da9ba0a921e4f8 /pretyping/class.mli
parentda0b4d3bce241397f146759584a0bc0972a1ce7d (diff)
Mieux à sa place dans toplevel
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@893 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/class.mli')
-rw-r--r--pretyping/class.mli24
1 files changed, 0 insertions, 24 deletions
diff --git a/pretyping/class.mli b/pretyping/class.mli
deleted file mode 100644
index e88b3ccf0..000000000
--- a/pretyping/class.mli
+++ /dev/null
@@ -1,24 +0,0 @@
-
-(* $Id$ *)
-
-(*i*)
-open Names
-open Term
-open Classops
-open Declare
-(*i*)
-
-(* Classes and coercions. *)
-
-val try_add_new_coercion : identifier -> strength -> unit
-val try_add_new_coercion_subclass : identifier -> strength -> unit
-val try_add_new_coercion_record : identifier -> strength -> identifier -> unit
-val try_add_new_coercion_with_target : identifier -> strength ->
- identifier -> identifier -> bool -> unit
-
-val try_add_new_class : identifier -> strength -> unit
-val process_class :
- dir_path -> (cl_typ * cl_info_typ) -> (cl_typ * cl_info_typ)
-val process_coercion :
- dir_path -> (coe_typ * coe_info_typ) * cl_typ * cl_typ ->
- ((coe_typ * coe_info_typ) * cl_typ * cl_typ) * identifier * int