ribosome-0.9.9.9: lib/Ribosome/Data/CustomConfig.hs
-- |Disambiguation type for @Reader@.
module Ribosome.Data.CustomConfig where
-- |Disambiguation type used for the custom CLI configuration that is polymorphic in the stack.
newtype CustomConfig c =
CustomConfig { unCustomConfig :: c }
deriving stock (Eq, Show)