example fixes

This commit is contained in:
ProgramSnail 2023-05-13 14:54:48 +03:00
parent 71c7d91e1a
commit 562541087e
13 changed files with 30 additions and 322 deletions

View file

@ -48,10 +48,10 @@ def find_substring : str substr = {
return result
}
decl is_empty : Unit -> Bool
decl is_empty : -> Bool
def is_empty = 0
decl do_something : Unit -> Unit
decl do_something : -> Unit
def do_something =
IO.print: "Hello World!"