lean-ja / lean-by-example

コード例で学ぶ Lean 言語
https://lean-ja.github.io/lean-by-example/
MIT License
15 stars 5 forks source link

`#find` の使い方を紹介する #422

Open Seasawher opened 1 week ago

Seasawher commented 1 week ago

例:List (Option α) を none を無視して平坦化して List αを得る関数あるかな

List (Option _) → List _ で検索すればOK