mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 03:14:14 +03:00
Updated effect example
This commit is contained in:
parent
fe6f0a0768
commit
267c62a5df
@ -66,7 +66,7 @@ library:
|
||||
import Effects
|
||||
import Effect.StdIO
|
||||
|
||||
hello : [STDIO] Eff ()
|
||||
hello : {[STDIO]} Eff ()
|
||||
hello = putStrLn “Hello world!”
|
||||
|
||||
main : IO ()
|
||||
|
Loading…
Reference in New Issue
Block a user