Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
Fix #113
  • Loading branch information
paf31 committed Aug 22, 2017
1 parent 74799b8 commit cad60dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/Differences-from-Haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ main :: forall e. Eff (fs :: FS, trace :: Trace, process :: Process | e) Unit

Now we can see from the type that `main` uses the file system, traces messages to the console, and does something to the current process.

For more details about using Eff, how it works, and how to define your own side effects, [see this post](http://www.purescript.org/learn/eff/).
For more details about using Eff, how it works, and how to define your own side effects, [see this post](../guides/Eff.md).

## Records

Expand Down

0 comments on commit cad60dd

Please sign in to comment.