Check directive
This commit is contained in:
@@ -2,6 +2,7 @@ import system.io
|
||||
|
||||
open io
|
||||
|
||||
#check (++)
|
||||
def greet (s : string) : io unit :=
|
||||
put_str $ "Hello, " ++ s ++ "!\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user