| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pythia.Data.Command
Description
This module provides the Command type.
Since: 0.1
Documentation
Newtype wrapper over a shell command.
Since: 0.1
Instances
| IsString Command Source # | Since: 0.1 |
Defined in Pythia.Data.Command Methods fromString :: String -> Command # | |
| Generic Command Source # | |
| Show Command Source # | Since: 0.1 |
| NFData Command Source # | Since: 0.1 |
Defined in Pythia.Data.Command | |
| Eq Command Source # | Since: 0.1 |
| Ord Command Source # | Since: 0.1 |
| (k ~ An_Iso, a ~ Text, b ~ Text) => LabelOptic "unCommand" k Command Command a b Source # | Since: 0.1 |
Defined in Pythia.Data.Command | |
| type Rep Command Source # | Since: 0.1 |
Defined in Pythia.Data.Command | |