Skip to content

Commit

Permalink
Merge pull request #931 from lean-ja/Seasawher/issue905
Browse files Browse the repository at this point in the history
`<;>` の名前は?seqFocusでよいのか?
  • Loading branch information
Seasawher authored Oct 2, 2024
2 parents 870abf6 + 1464c8f commit f95857b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Examples/Tactic/SeqFocus.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/- # <;>
`<;>` (seq focus)は、直前のタクティクによって生成されたすべてのサブゴールに対して後続のタクティクを適用することを意味するタクティク結合子です。
`<;>` は、直前のタクティクによって生成されたすべてのサブゴールに対して後続のタクティクを適用することを意味するタクティク結合子です。[^name]
-/

variable (P Q : Prop)
Expand Down Expand Up @@ -37,3 +37,5 @@ example (hP : P) (hQ : Q) (hR : R) : (P ∧ Q) ∧ R := by

-- 証明完了
done

/- [^name]: `<;>` の正式な呼び名はわかりません。`linter.unnecessarySeqFocus` というリンタが存在するので、ここでは `seqFocus` と仮に呼んでいます。-/

0 comments on commit f95857b

Please sign in to comment.