From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- pretyping/typeclasses_errors.mli | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'pretyping/typeclasses_errors.mli') diff --git a/pretyping/typeclasses_errors.mli b/pretyping/typeclasses_errors.mli index 6e0fc6ad..dd808771 100644 --- a/pretyping/typeclasses_errors.mli +++ b/pretyping/typeclasses_errors.mli @@ -1,42 +1,32 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* constr -> 'a -val unbound_method : env -> global_reference -> identifier located -> 'a - -val no_instance : env -> identifier located -> constr list -> 'a - -val unsatisfiable_constraints : env -> evar_map -> evar option -> 'a +val unbound_method : env -> global_reference -> Id.t located -> 'a val mismatched_ctx_inst : env -> contexts -> constr_expr list -> rel_context -> 'a -val unsatisfiable_exception : exn -> bool -- cgit v1.2.3