diff options
| author | bertot | 2004-01-22 11:40:44 +0000 |
|---|---|---|
| committer | bertot | 2004-01-22 11:40:44 +0000 |
| commit | f2c3d6fb161c81d048b1e9ccc4cf87e361e6fe8d (patch) | |
| tree | 7a5844cdab0572f3306bdd960f9ad82916ee8543 /contrib/interface/ascent.mli | |
| parent | e537a3deafdb8d2d4cebbcb592add25b93972540 (diff) | |
adds a clause argument to symmetry
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5235 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/ascent.mli')
| -rw-r--r-- | contrib/interface/ascent.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/ascent.mli b/contrib/interface/ascent.mli index 7106b5d650..bf138b3943 100644 --- a/contrib/interface/ascent.mli +++ b/contrib/interface/ascent.mli @@ -581,7 +581,7 @@ and ct_TACTIC_COM = | CT_specialize of ct_INT_OPT * ct_FORMULA * ct_SPEC_LIST | CT_split of ct_SPEC_LIST | CT_superauto of ct_INT_OPT * ct_ID_LIST * ct_DESTRUCTING * ct_USINGTDB - | CT_symmetry + | CT_symmetry of ct_CLAUSE | CT_tac_double of ct_ID_OR_INT * ct_ID_OR_INT | CT_tacsolve of ct_TACTIC_COM * ct_TACTIC_COM list | CT_tactic_fun of ct_ID_UNIT_LIST * ct_TACTIC_COM |
