From 4a6b89e79d67bdaf4d0c07ae5d15c6b6154d3e30 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 7 Aug 2012 19:30:59 +0000 Subject: Avoid Pp.std_ppcmds in Misctypes.sort_info Otherwise, after a Set Printing Universes we may end on a comparison of Pp.std_ppcmds, which may fail on functional values (cf. Constrextern.check_same_type), as notice by Pierre-Marie git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15697 85f007b7-540e-0410-9357-904b9bb8a0f7 --- intf/misctypes.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intf/misctypes.mli') diff --git a/intf/misctypes.mli b/intf/misctypes.mli index b9f5a6dbe..e8164c02d 100644 --- a/intf/misctypes.mli +++ b/intf/misctypes.mli @@ -37,7 +37,7 @@ type 'id move_location = (** Sorts *) -type sort_info = Pp.std_ppcmds option +type sort_info = string option type glob_sort = GProp | GSet | GType of sort_info (** Casts *) -- cgit v1.2.3