diff options
Diffstat (limited to 'plugins/extraction/table.mli')
| -rw-r--r-- | plugins/extraction/table.mli | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
