aboutsummaryrefslogtreecommitdiff
path: root/kernel/univ.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-09-27 16:23:28 +0200
committerPierre-Marie Pédrot2018-11-09 14:10:27 +0100
commit27048fb3ef7a10ffde1ee368f6fb7ef354431fe8 (patch)
tree8f0d754ee6aa5f8d788f87026650a5634ee27f98 /kernel/univ.mli
parent168af2ba6ae1facf948c7c7bee725ac0f0cd3b41 (diff)
Actually store the bound name information in the abstract universe context.
Diffstat (limited to 'kernel/univ.mli')
-rw-r--r--kernel/univ.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli
index e665ed94e7..3788d8f90d 100644
--- a/kernel/univ.mli
+++ b/kernel/univ.mli
@@ -336,9 +336,6 @@ sig
val empty : t
val is_empty : t -> bool
- (** Don't use. *)
- val instance : t -> Instance.t
-
val size : t -> int
(** Keeps the order of the instances *)