Safe Haskell | None |
---|---|
Language | GHC2024 |
Documentation
Instances
FromJSON AppName # | |
Defined in Napkin.Spec.Types.Runtime | |
ToJSON AppName # | |
Buildable AppName # | |
Defined in Napkin.Spec.Types.Runtime | |
Semigroup AppName # | |
Data AppName # | |
Defined in Napkin.Spec.Types.Runtime gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AppName -> c AppName # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AppName # toConstr :: AppName -> Constr # dataTypeOf :: AppName -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AppName) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AppName) # gmapT :: (forall b. Data b => b -> b) -> AppName -> AppName # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AppName -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AppName -> r # gmapQ :: (forall d. Data d => d -> u) -> AppName -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AppName -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AppName -> m AppName # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AppName -> m AppName # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AppName -> m AppName # | |
IsString AppName # | |
Defined in Napkin.Spec.Types.Runtime fromString :: String -> AppName # | |
Show AppName # | |
Eq AppName # | |
Ord AppName # | |
newtype BkStatistics #
Instances
FromJSON BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime parseJSON :: Value -> Parser BkStatistics # parseJSONList :: Value -> Parser [BkStatistics] # | |
ToJSON BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime toJSON :: BkStatistics -> Value # toEncoding :: BkStatistics -> Encoding # toJSONList :: [BkStatistics] -> Value # toEncodingList :: [BkStatistics] -> Encoding # omitField :: BkStatistics -> Bool # | |
Show BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime showsPrec :: Int -> BkStatistics -> ShowS # show :: BkStatistics -> String # showList :: [BkStatistics] -> ShowS # | |
Eq BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime (==) :: BkStatistics -> BkStatistics -> Bool # (/=) :: BkStatistics -> BkStatistics -> Bool # |
type SpecMetaArgs = Map Text Value #
data SpecRuntime b #
Instances
Generic (SpecRuntime b) # | |||||
Defined in Napkin.Spec.Types.Runtime
from :: SpecRuntime b -> Rep (SpecRuntime b) x # to :: Rep (SpecRuntime b) x -> SpecRuntime b # | |||||
type Rep (SpecRuntime b) # | |||||
Defined in Napkin.Spec.Types.Runtime type Rep (SpecRuntime b) = D1 ('MetaData "SpecRuntime" "Napkin.Spec.Types.Runtime" "napkin-spec-2.0.0-7NH5JHRFo7V8BQP5NCfMo1" 'False) (C1 ('MetaCons "SpecRuntime" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (BackendConn b)))) |
newtype AuthSpecFile #