Updated effect example

This commit is contained in:
Jan de Muijnck-Hughes 2015-04-07 21:40:21 +01:00
parent fe6f0a0768
commit 267c62a5df

View File

@ -66,7 +66,7 @@ library:
import Effects
import Effect.StdIO
hello : [STDIO] Eff ()
hello : {[STDIO]} Eff ()
hello = putStrLn “Hello world!”
main : IO ()