Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Chiasma.Data.SendKeysParams
Documentation
data SendKeysParams Source #
Constructors
SendKeysParams | |
Instances
Show SendKeysParams Source # | |
Defined in Chiasma.Data.SendKeysParams Methods showsPrec :: Int -> SendKeysParams -> ShowS # show :: SendKeysParams -> String # showList :: [SendKeysParams] -> ShowS # | |
CmdArgs SendKeysParams Source # | |
Defined in Chiasma.Data.SendKeysParams Methods cmdArgs :: SendKeysParams -> [Text] Source # | |
Default SendKeysParams Source # | |
Defined in Chiasma.Data.SendKeysParams Methods def :: SendKeysParams # | |
Eq SendKeysParams Source # | |
Defined in Chiasma.Data.SendKeysParams Methods (==) :: SendKeysParams -> SendKeysParams -> Bool # (/=) :: SendKeysParams -> SendKeysParams -> Bool # |