Skip to content

Commit cacc96e

Browse files
matoruruLiamGoodacre
authored andcommitted
Replaced Eff with Effect
1 parent 4f235d7 commit cacc96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Another example, using a fictitious module this time:
7575
``` purescript
7676
import MyWebFramework as MyWebFramework
7777
78-
main :: Eff (dom :: DOM) Unit
78+
main :: Effect Unit
7979
main = do
8080
elem <- domElementById "appContainer"
8181
MyWebFramework.run elem

0 commit comments

Comments
 (0)