Safe Haskell | None |
---|---|
Language | Haskell2010 |
Napkin.Spec.Yaml.Interpret.Types
Documentation
data RawInterpretedSpec b #
Constructors
RawInterpretedSpec (Specs b) (Maybe CustomValidator) ExternMacros SQLDialect |
data ValidatedInterpretedSpec b #
Constructors
ValidatedInterpretedSpec (RawInterpretedSpec b) SpecsDeps |