diff options
Diffstat (limited to 'lib/interface.mli')
| -rw-r--r-- | lib/interface.mli | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/interface.mli b/lib/interface.mli index 52b5dbb7cb..02ca25a9de 100644 --- a/lib/interface.mli +++ b/lib/interface.mli @@ -70,6 +70,13 @@ type option_state = { (** The current value of the option *) } +type coq_info = { + coqtop_version : string; + protocol_version : string; + release_date : string; + compile_date : string; +} + (** * Coq answers to CoqIde *) type location = (int * int) option (* start and end of the error *) |
