Fix description for ParseField

This commit is contained in:
Gabriel Gonzalez 2016-02-26 22:31:41 -08:00
parent 775784d6e3
commit e6f6fc4049

View File

@ -67,11 +67,9 @@ auto = do
the command line
`parseField` has a default implementation for any type that implements
`Read` and you can derive `Read` for many types
`metavar` has a default implementation for any type that implements
`Typeable` and you can derive `Typeable` for any type if you enable the
@DeriveDataTypeable@ language extension
`Read` and `Typeable`. You can derive `Read` for many types and you can
derive `Typeable` for any type if you enable the @DeriveDataTypeable@
language extension
-}
class ParseField a where
parseField