5 lines
68 B
Text
5 lines
68 B
Text
|
|
sum x y = let z = x + y in z
|
||
|
|
|
||
|
|
sum x y = z
|
||
|
|
where z = x + y
|