From e3615bc48819361891a8d768f5e13eac57a945d0 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Wed, 10 Oct 2018 13:51:29 +0200 Subject: Deprecate univ-dropping UnivGen.new_sort_in_family --- engine/univGen.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'engine') diff --git a/engine/univGen.mli b/engine/univGen.mli index 82ec9f3e64..78a4dd5500 100644 --- a/engine/univGen.mli +++ b/engine/univGen.mli @@ -29,6 +29,7 @@ val new_Type_sort : unit -> Sorts.t val new_global_univ : unit -> Universe.t in_universe_context_set val new_sort_in_family : Sorts.family -> Sorts.t +[@@ocaml.deprecated "Use [fresh_sort_in_family]"] (** Build a fresh instance for a given context, its associated substitution and the instantiated constraints. *) -- cgit v1.2.3