diff options
| author | Maxime Dénès | 2018-03-09 15:31:48 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-03-09 15:31:48 +0100 |
| commit | 3d86afb36517c9ba4200289e169239f7fa54fca1 (patch) | |
| tree | 0bb877f733155ac060c1a9d480ce18b35b4fbf72 /ide/ideutils.mli | |
| parent | 6c43c26a98ea197e9c07b03b76e1916b9f94bb00 (diff) | |
| parent | 079e895cad0a205e22202da5ba1a919a820c863b (diff) | |
Merge PR #6947: coqide: queries from the query window are routed there (fix #5684)
Diffstat (limited to 'ide/ideutils.mli')
| -rw-r--r-- | ide/ideutils.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ide/ideutils.mli b/ide/ideutils.mli index babbfe2f24..0031c59c17 100644 --- a/ide/ideutils.mli +++ b/ide/ideutils.mli @@ -98,3 +98,7 @@ val io_read_all : Glib.Io.channel -> string val run_command : (string -> unit) -> (Unix.process_status -> unit) -> string -> unit + +(* Checks if an error message is printable, it not replaces it with + * a printable error *) +val validate : Pp.t -> Pp.t |
