Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Disambiguation type for Reader
.
Synopsis
- newtype CustomConfig c = CustomConfig {
- unCustomConfig :: c
Documentation
newtype CustomConfig c Source #
Disambiguation type used for the custom CLI configuration that is polymorphic in the stack.
Instances
Show c => Show (CustomConfig c) Source # | |
Defined in Ribosome.Data.CustomConfig showsPrec :: Int -> CustomConfig c -> ShowS # show :: CustomConfig c -> String # showList :: [CustomConfig c] -> ShowS # | |
Eq c => Eq (CustomConfig c) Source # | |
Defined in Ribosome.Data.CustomConfig (==) :: CustomConfig c -> CustomConfig c -> Bool # (/=) :: CustomConfig c -> CustomConfig c -> Bool # |