diff options
| author | Gaëtan Gilbert | 2018-10-10 13:55:56 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-10-16 15:52:53 +0200 |
| commit | bab144fed76c452c49c95c87682d442df68b82f2 (patch) | |
| tree | e48260a61083453fb9e19c0dbba80133e57ad824 /engine/univGen.mli | |
| parent | e3615bc48819361891a8d768f5e13eac57a945d0 (diff) | |
Clean UnivGen.fresh_instance API
Diffstat (limited to 'engine/univGen.mli')
| -rw-r--r-- | engine/univGen.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/univGen.mli b/engine/univGen.mli index 78a4dd5500..cc3803f393 100644 --- a/engine/univGen.mli +++ b/engine/univGen.mli @@ -34,8 +34,7 @@ val new_sort_in_family : Sorts.family -> Sorts.t (** Build a fresh instance for a given context, its associated substitution and the instantiated constraints. *) -val fresh_instance_from_context : AUContext.t -> - Instance.t constrained +val fresh_instance : AUContext.t -> Instance.t in_universe_context_set val fresh_instance_from : ?loc:Loc.t -> AUContext.t -> Instance.t option -> Instance.t in_universe_context_set |
