Safe Haskell | None |
---|---|
Language | GHC2024 |
Documentation
type OptionalExecuteParameters bk = (Map SpecTableName (YamlTableSpec bk), RawInterpretedSpec bk, RuntimeEnv, Maybe [Pattern]) #
type CommonExecuteFunction = forall (m :: Type -> Type) bk. (SpecBackend bk, MonadError NapkinError m, MonadIO m, MonadResource m, HasBackendQueryStats bk) => OptionalExecuteParameters bk -> ComboEnv bk -> KVSConnectionString -> SpecRuntime bk -> m () #
data CommonExecuteOptions #