5 lines
77 B
Text
5 lines
77 B
Text
example : Nat :=
|
|
let n := 0
|
|
n.succ + (m |>.succ) + m.succ
|
|
where
|
|
m := 1
|