diff options
| author | filliatr | 2003-06-13 08:39:23 +0000 |
|---|---|---|
| committer | filliatr | 2003-06-13 08:39:23 +0000 |
| commit | a50ea4f8a88a438f38b41e744d00a5ee87b95793 (patch) | |
| tree | b23da37ec6f0f65ca4a188ef22fd1e79a184a53c /ide/coq.mli | |
| parent | d31656251b2abae615e2827b8cb7c7f819732f75 (diff) | |
CoqIDE: undo immediat sur les commandes ne modifiant pas l'etat
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4145 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.mli')
| -rw-r--r-- | ide/coq.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq.mli b/ide/coq.mli index 3acc686834..8625e93eeb 100644 --- a/ide/coq.mli +++ b/ide/coq.mli @@ -20,6 +20,7 @@ val interp : string -> Util.loc * Vernacexpr.vernac_expr val interp_last : Util.loc * Vernacexpr.vernac_expr -> unit val is_tactic : Vernacexpr.vernac_expr -> bool +val is_state_preserving : Vernacexpr.vernac_expr -> bool (* type hyp = (identifier * constr option * constr) * string *) |
