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