| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Spec.Types.Runtime
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 Methods 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 Methods fromString :: String -> AppName # | |
| Show AppName # | |
| Eq AppName # | |
| Ord AppName # | |
Defined in Napkin.Spec.Types.Runtime | |
newtype BkStatistics #
Constructors
| BkStatistics Value |
Instances
| FromJSON BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime | |
| ToJSON BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime Methods toJSON :: BkStatistics -> Value # toEncoding :: BkStatistics -> Encoding # toJSONList :: [BkStatistics] -> Value # toEncodingList :: [BkStatistics] -> Encoding # omitField :: BkStatistics -> Bool # | |
| Show BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime Methods showsPrec :: Int -> BkStatistics -> ShowS # show :: BkStatistics -> String # showList :: [BkStatistics] -> ShowS # | |
| Eq BkStatistics # | |
Defined in Napkin.Spec.Types.Runtime | |
type SpecMetaArgs = Map Text Value #
data SpecRuntime b #
Constructors
| SpecRuntime | |
Fields
| |
Instances
| Generic (SpecRuntime b) # | |||||
Defined in Napkin.Spec.Types.Runtime Associated Types
Methods 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-3eiQvLVwprjIPwzzdqIJoX" 'False) (C1 ('MetaCons "SpecRuntime" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (BackendConn b)))) | |||||
newtype AuthSpecFile #
Constructors
| AuthSpecFile | |
Fields | |