diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tauto.ml4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tactics/tauto.ml4 b/tactics/tauto.ml4 index ab96c8759b..7ccca8c758 100644 --- a/tactics/tauto.ml4 +++ b/tactics/tauto.ml4 @@ -60,9 +60,9 @@ let axioms ist = and t_is_empty = tacticIn is_empty in <:tactic< Match Context With - |[ |- ?1] -> $t_is_unit;Constructor - |[ _:?1 |- ?] -> $t_is_empty - |[ _:?1 |- ?1] -> Assumption>> + |[|- ?1] -> $t_is_unit;Constructor + |[_:?1 |- ?] -> $t_is_empty + |[_:?1 |- ?1] -> Assumption>> let simplif ist = let t_is_unit = tacticIn is_unit |
