From f6007680bfa822ecc3d2f101fb6e21e2b1464b1b Mon Sep 17 00:00:00 2001 From: msozeau Date: Tue, 1 Jul 2008 17:03:43 +0000 Subject: Various bug fixes in type classes and subtac: - Cases on multiple objects - Avoid dangerous coercion with evars in subtac_coercion - Resolve typeclasses method-by-method to get better error messages. - Correct merging of instance databases (and add debug printer) - Fix a script in NOrder where a setoid_replace was not working before. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11198 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/top_printers.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev') diff --git a/dev/top_printers.ml b/dev/top_printers.ml index afae141b99..a2285015dc 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -128,6 +128,8 @@ let ppenv e = pp let pptac = (fun x -> pp(Pptactic.pr_glob_tactic (Global.env()) x)) +let ppinsts c = pp (pr_instance_gmap c) + let ppobj obj = Format.print_string (Libobject.object_tag obj) let cnt = ref 0 -- cgit v1.2.3