Merge pull request #12 from Hodapp87/patch-1

Fix two typos (-varaint -> -variant)
This commit is contained in:
Michael Snoyman 2015-10-23 04:39:12 +03:00
commit 05dd2ccac3

View file

@ -496,7 +496,7 @@ that makes sense, and similarly that there is no valid `Contravariant`
instance.
__Exercise 3__: For each of the following newtype wrappers, determine if they
are covaraint or contravaraint in their arguments:
are covariant or contravariant in their arguments:
```haskell
newtype E1 a = E1 (a -> ())