From 407ae51db97babb0ffad94abeb89a612c567ec72 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 8 Jun 2010 17:39:02 +0000 Subject: Extraction with implicits: perform the occur-check after optimisations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13093 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/extraction/table.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/extraction/table.mli') diff --git a/plugins/extraction/table.mli b/plugins/extraction/table.mli index 49108cf522..04d90b8815 100644 --- a/plugins/extraction/table.mli +++ b/plugins/extraction/table.mli @@ -31,7 +31,8 @@ val error_record : global_reference -> 'a val check_inside_module : unit -> unit val check_inside_section : unit -> unit val check_loaded_modfile : module_path -> unit -val error_non_implicit : global_reference -> int -> name option -> 'a +val msg_non_implicit : global_reference -> int -> name -> string +val error_non_implicit : string -> 'a val info_file : string -> unit -- cgit v1.2.3