Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
7.4章 do (#67)
Browse files Browse the repository at this point in the history
* 翻訳開始

* 和訳完了

* ビルドエラー修正
記載微修正

* セルフレビュー
  • Loading branch information
s-taiga authored Aug 25, 2024
1 parent b3bc698 commit b7e9ee0
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/early-return/EarlyReturn.lean
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ theorem mains_match : main = Nested.main := by
simp [main, Nested.main]
simp [bind, EStateM.bind, EStateM.pure, liftM, monadLift, pure, ite]
funext s
repeat split <;> try simp
repeat split <;> try simp_all
cases argv <;>
simp [instDecidableEqString, instDecidableEqList, List.hasDecEq, bne, BEq.beq, List.beq, not, instDecidableEqBool, Bool.decEq]
simp [instDecidableEqString, instDecidableEqList, List.hasDecEq, bne, BEq.beq, List.beq, not, instDecidableEqBool, Bool.decEq, IO.FS.Stream.putStrLn, IO.FS.Stream.putStr, String.push, String.decEq, String.trim, instDecidableNot, *]
2 changes: 1 addition & 1 deletion functional-programming-lean/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- [IOとReaderを組み合わせる](monad-transformers/reader-io.md)
- [モナド組み立てキット](monad-transformers/transformers.md)
- [モナド変換子の順序](monad-transformers/order.md)
- [More `do` Features](monad-transformers/do.md)
- [さらなる `do` の機能](monad-transformers/do.md)
- [Additional Conveniences](monad-transformers/conveniences.md)
- [Summary](monad-transformers/summary.md)
- [Programming with Dependent Types](dependent-types.md)
Expand Down
Loading

0 comments on commit b7e9ee0

Please sign in to comment.