Fix LSP crash and tokenizer issue
This commit is contained in:
9
tests/Number.newt
Normal file
9
tests/Number.newt
Normal file
@@ -0,0 +1,9 @@
|
||||
module Number
|
||||
|
||||
import Prelude
|
||||
|
||||
add : Int → Int → Int
|
||||
add a b = a + b
|
||||
|
||||
main : IO Unit
|
||||
main = printLn $ add 2$ 40
|
||||
Reference in New Issue
Block a user