From d2562604fcea7ef0b0c5658af8fe21003ef3953e Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 7 Mar 2005 21:39:55 +0000 Subject: Added 'clear - id' to clear all hypotheses except the ones dependent in the statement of id git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6806 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/tacexpr.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs') diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml index aab052d7b8..3d060a8a3f 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -156,7 +156,7 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr = | TacDAuto of int option * int option (* Context management *) - | TacClear of 'id list + | TacClear of bool * 'id list | TacClearBody of 'id list | TacMove of bool * 'id * 'id | TacRename of 'id * 'id -- cgit v1.2.3