Safe Haskell | None |
---|---|
Language | Haskell2010 |
Compiler.Types
Documentation
data Deployment Source
Constructors
Put | |
Fields |
type CompilerPrefix = [PrefixPart] Source
data PrefixPart Source
Instances
type PrecompileError = String Source
type ImpureCompiler = ExceptT CompileError (ReaderT SparkConfig IO) Source
type Precompiler = WriterT [PrecompileError] Identity Source
type InternalCompiler = StateT CompilerState (WriterT ([Deployment], [CardReference]) PureCompiler) Source