diff options
| author | ppedrot | 2012-05-11 15:28:49 +0000 |
|---|---|---|
| committer | ppedrot | 2012-05-11 15:28:49 +0000 |
| commit | cffe0bf6b541c6322e89ef6827d3e7d9f299bbe4 (patch) | |
| tree | a84fe194f15a086ad691e877181872d21a61d27b /lib/interface.mli | |
| parent | 5ea279dbd47d9ef1b87351e4df469aba3310f3f0 (diff) | |
Slightly modified the coqtop interface by adding an identifier in
goals.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15303 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/interface.mli')
| -rw-r--r-- | lib/interface.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/interface.mli b/lib/interface.mli index a72e5b7b0f..52b5dbb7cb 100644 --- a/lib/interface.mli +++ b/lib/interface.mli @@ -15,6 +15,8 @@ type verbose = bool (** The type of coqtop goals *) type goal = { + goal_id : string; + (** Unique goal identifier *) goal_hyp : string list; (** List of hypotheses *) goal_ccl : string; |
