Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegoes authored Aug 13, 2016
1 parent 232a12a commit f29771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Similarly, if we were using `Free` directly, instead of using type classes to ab
data ConfigF a
= ReadConfig (Config -> a)

serverAddress :: PrismT' f ConfigF -> Free f InetAddress
serverAddress :: ReaderT (PrismT' f ConfigF) (Free f) InetAddress
```

In this case, we have all the benefits of finely-grained effects, including semantic descriptions of those effects, but without needing to use labels in effect rows.
Expand Down

0 comments on commit f29771c

Please sign in to comment.