derive Show and Eq, improvements to LSP
This commit is contained in:
8
tests/UnsafeIO.newt
Normal file
8
tests/UnsafeIO.newt
Normal file
@@ -0,0 +1,8 @@
|
||||
module UnsafeIO
|
||||
|
||||
import Prelude
|
||||
|
||||
main : IO Unit
|
||||
main = do
|
||||
let x = unsafePerformIO $ putStrLn "Hello, World!"
|
||||
pure MkUnit
|
||||
Reference in New Issue
Block a user