churf/test_program
2023-03-07 16:42:56 +01:00

6 lines
77 B
Text

main : _Int ;
main = double 3 ;
double : _Int -> _Int ;
double x = x + x ;