Skip to content

Commit

Permalink
Update README: makeIso is now makePrisms
Browse files Browse the repository at this point in the history
  • Loading branch information
int-index committed Dec 1, 2015
1 parent d71cd86 commit 6807430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -197,7 +197,7 @@ You can automatically derive isomorphisms for your own newtypes with `makeIso`.

```haskell
newtype Neither a b = Neither { _nor :: Either a b } deriving (Show)
makeIso ''Neither
makePrisms ''Neither
```

will automatically derive
Expand Down

0 comments on commit 6807430

Please sign in to comment.