diff options
| author | Pierre-Marie Pédrot | 2018-09-27 16:23:28 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-09 14:10:27 +0100 |
| commit | 27048fb3ef7a10ffde1ee368f6fb7ef354431fe8 (patch) | |
| tree | 8f0d754ee6aa5f8d788f87026650a5634ee27f98 /kernel/univ.mli | |
| parent | 168af2ba6ae1facf948c7c7bee725ac0f0cd3b41 (diff) | |
Actually store the bound name information in the abstract universe context.
Diffstat (limited to 'kernel/univ.mli')
| -rw-r--r-- | kernel/univ.mli | 3 |
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 *) |
