| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Trek.Parser
Documentation
Constructors
| Apply PartialOptions FilePath | |
| Create String |
Instances
| Eq Command Source # | |
| Show Command Source # | |
| Generic Command Source # | |
| ParseRecord Command Source # | |
Defined in Database.Trek.Parser Methods | |
| type Rep Command Source # | |
Defined in Database.Trek.Parser type Rep Command = D1 (MetaData "Command" "Database.Trek.Parser" "trek-app-0.1.0.0-OyX8S5Cja7H4Iw6JQMSQW" False) (C1 (MetaCons "Apply" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PartialOptions) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 FilePath)) :+: C1 (MetaCons "Create" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))) | |