mirror of
https://github.com/Gabriella439/Haskell-Optparse-Generic-Library.git
synced 2024-11-23 13:57:59 +03:00
Fix description for ParseField
This commit is contained in:
parent
775784d6e3
commit
e6f6fc4049
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user