ServantSerf.Type.Config
data Config Source #
Constructors
Fields
Defined in ServantSerf.Type.Config
Methods
showsPrec :: Int -> Config -> ShowS #
show :: Config -> String #
showList :: [Config] -> ShowS #
(==) :: Config -> Config -> Bool #
(/=) :: Config -> Config -> Bool #
fromFlags :: (Foldable t, MonadThrow m) => t Flag -> m Config Source #
applyFlag :: MonadThrow m => Config -> Flag -> m Config Source #
initial :: Config Source #