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

Commit

Permalink
Update Problem4.lean
Browse files Browse the repository at this point in the history
不要な場合分けの修正
  • Loading branch information
csharpython authored Mar 17, 2024
1 parent 3f28c9b commit d2f1919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Problem4.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def myLength (l : List α) : Nat :=
-- sorry
match l with
| [] => 0
| [_] => 1
| _ :: a => (myLength a).succ
-- sorry

Expand Down

0 comments on commit d2f1919

Please sign in to comment.