diff options
| author | Gaëtan Gilbert | 2018-07-20 19:36:01 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-09-10 22:03:24 +0200 |
| commit | e941272fd9252060280a4a209030dbc8db6e93c9 (patch) | |
| tree | 0951952f83b733f598ab7387e599b7efb75268b7 /pretyping/classops.mli | |
| parent | dc8f73016a6306f2da8859340e07b83aca1012d4 (diff) | |
Remove environment passing to coercion printers
(It's unused after moving coercions to globrefs)
Diffstat (limited to 'pretyping/classops.mli')
| -rw-r--r-- | pretyping/classops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/classops.mli b/pretyping/classops.mli index dc193c4e74..7c4842c8ae 100644 --- a/pretyping/classops.mli +++ b/pretyping/classops.mli @@ -99,7 +99,7 @@ val lookup_pattern_path_between : (**/**) (* Crade *) val install_path_printer : - (env -> evar_map -> (cl_index * cl_index) * inheritance_path -> Pp.t) -> unit + ((cl_index * cl_index) * inheritance_path -> Pp.t) -> unit (**/**) (** {6 This is for printing purpose } *) |
