8 lines
87 B
Text
8 lines
87 B
Text
|
|
let fac n.
|
|
n + 1
|
|
return n
|
|
|
|
@expect_diagnostic 2010
|
|
(@:Int fac 1) + (@:Bool True)
|
|
|