Skip to content

Commit

Permalink
コードの説明文のミスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Jan 9, 2025
1 parent f9aa505 commit 003b772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeanByExample/Option/RelaxedAutoImplicit.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ section
-- `relaxedAutoImplicit` が有効の時
set_option relaxedAutoImplicit true

-- 二文字の識別子も自動束縛の対象になるのでエラーになる
-- 二文字の識別子も自動束縛の対象になるのでエラーにならない
def nonempty₂ : List AB → Bool
| [] => false
| _ :: _ => true
Expand Down

0 comments on commit 003b772

Please sign in to comment.