Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Chiasma.Data.SelectParams
Documentation
data SelectInput Source #
Constructors
EnableInput | |
DisableInput |
Instances
Show SelectInput Source # | |
Defined in Chiasma.Data.SelectParams Methods showsPrec :: Int -> SelectInput -> ShowS # show :: SelectInput -> String # showList :: [SelectInput] -> ShowS # | |
CmdArgs SelectInput Source # | |
Defined in Chiasma.Data.SelectParams Methods cmdArgs :: SelectInput -> [Text] Source # | |
Eq SelectInput Source # | |
Defined in Chiasma.Data.SelectParams |
data SelectMark Source #
Constructors
SelectMark | |
SelectUnmark |
Instances
Show SelectMark Source # | |
Defined in Chiasma.Data.SelectParams Methods showsPrec :: Int -> SelectMark -> ShowS # show :: SelectMark -> String # showList :: [SelectMark] -> ShowS # | |
CmdArgs SelectMark Source # | |
Defined in Chiasma.Data.SelectParams Methods cmdArgs :: SelectMark -> [Text] Source # | |
Eq SelectMark Source # | |
Defined in Chiasma.Data.SelectParams |
data SelectParams Source #
Constructors
SelectParams | |
Instances
Show SelectParams Source # | |
Defined in Chiasma.Data.SelectParams Methods showsPrec :: Int -> SelectParams -> ShowS # show :: SelectParams -> String # showList :: [SelectParams] -> ShowS # | |
CmdArgs SelectParams Source # | |
Defined in Chiasma.Data.SelectParams Methods cmdArgs :: SelectParams -> [Text] Source # | |
Default SelectParams Source # | |
Defined in Chiasma.Data.SelectParams Methods def :: SelectParams # | |
Eq SelectParams Source # | |
Defined in Chiasma.Data.SelectParams |