Safe Haskell | None |
---|---|
Language | Haskell2010 |
Chromatin.Run
Documentation
data RunRpluginResult Source #
Constructors
Success ActiveRplugin | |
Failure [String] |
Instances
Eq RunRpluginResult Source # | |
Defined in Chromatin.Run Methods (==) :: RunRpluginResult -> RunRpluginResult -> Bool # (/=) :: RunRpluginResult -> RunRpluginResult -> Bool # | |
Show RunRpluginResult Source # | |
Defined in Chromatin.Run Methods showsPrec :: Int -> RunRpluginResult -> ShowS # show :: RunRpluginResult -> String # showList :: [RunRpluginResult] -> ShowS # |