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

Commit 232a12a

Browse files
authored
Update README.md
1 parent b37308c commit 232a12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ This serves a similar purpose to effect rows in PureScript, whereby every "label
4040

4141
Similarly, if we were using `Free` directly, instead of using type classes to abstract over a `Free` encoding, we would denote effects using functors:
4242

43-
```
44-
class ConfigF a
43+
```haskell
44+
data ConfigF a
4545
= ReadConfig (Config -> a)
4646

4747
serverAddress :: PrismT' f ConfigF -> Free f InetAddress

0 commit comments

Comments
 (0)