From f3abbc55ef160d1a65d4467bfe9b25b30b965a46 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 4 Nov 2017 18:58:27 +0100 Subject: [api] Deprecate all legacy uses of Names in core. This will allow to merge back `Names` with `API.Names` --- vernac/assumptions.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vernac/assumptions.mli') diff --git a/vernac/assumptions.mli b/vernac/assumptions.mli index 46730f824..77eb968d4 100644 --- a/vernac/assumptions.mli +++ b/vernac/assumptions.mli @@ -21,7 +21,7 @@ open Printer val traverse : Label.t -> constr -> (Refset_env.t * Refset_env.t Refmap_env.t * - (label * Context.Rel.t * types) list Refmap_env.t) + (Label.t * Context.Rel.t * types) list Refmap_env.t) (** Collects all the assumptions (optionally including opaque definitions) on which a term relies (together with their type). The above warning of -- cgit v1.2.3