diff options
| author | ppedrot | 2012-05-13 01:05:37 +0000 |
|---|---|---|
| committer | ppedrot | 2012-05-13 01:05:37 +0000 |
| commit | 7821a1405f9999705ffb85a4b2e63959e2ef5b7a (patch) | |
| tree | a418c3186c7b1724efd2ee2da709038a23683732 /lib/interface.mli | |
| parent | 154de140ac9bce62c964e30d1bc30ed6a942b344 (diff) | |
Added an interface primitive to ask coqtop for its internal versions.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15312 85f007b7-540e-0410-9357-904b9bb8a0f7
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 *) |
