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