diff options
| author | Maxime Dénès | 2017-04-07 01:36:55 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-04-07 01:36:55 +0200 |
| commit | fee2365f13900b4d4f4b88c986cbbf94403eeefa (patch) | |
| tree | 80cd6ed8a399a50e5cd604245d82a689a357bdd8 /lib/pp.mli | |
| parent | b34645a227dfebc2212c4fcc05c830a2b40708ea (diff) | |
| parent | 63cfc77ddf3586262d905dc351b58669d185a55e (diff) | |
Merge PR#530: [toplevel] Remove exception error printer in favor of feedback printer.
Diffstat (limited to 'lib/pp.mli')
| -rw-r--r-- | lib/pp.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pp.mli b/lib/pp.mli index 802ffe8e7a..7a191b01a8 100644 --- a/lib/pp.mli +++ b/lib/pp.mli @@ -171,7 +171,6 @@ val surround : std_ppcmds -> std_ppcmds (** Surround with parenthesis. *) val pr_vertical_list : ('b -> std_ppcmds) -> 'b list -> std_ppcmds -val pr_loc : Loc.t -> std_ppcmds (** {6 Main renderers, to formatter and to string } *) |
