Fix documentation

We *can* auto-generate `Interpret` instances for sum types
This commit is contained in:
Gabriel Gonzalez 2017-02-05 07:27:07 -08:00
parent 6509a16070
commit cc5d22f4a8

View File

@ -348,8 +348,8 @@ vector (Type extractIn expectedIn) = Type extractOut expectedOut
[1,2,3]
This class auto-generates a default implementation for records that
implement `Generic`. This does not auto-generate an instance for sum types
nor recursive types.
implement `Generic`. This does not auto-generate an instance for recursive
types.
-}
class Interpret a where
auto :: Type a