Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cli.Compiler
Documentation
data LoadedTests Source #
Constructors
LoadedTests | |
Fields
|
Instances
Show LoadedTests Source # | |
Defined in Cli.Compiler Methods showsPrec :: Int -> LoadedTests -> ShowS # show :: LoadedTests -> String # showList :: [LoadedTests] -> ShowS # |
data ModuleSpec Source #
Constructors
ModuleSpec | |
Fields
|
Instances
Show ModuleSpec Source # | |
Defined in Cli.Compiler Methods showsPrec :: Int -> ModuleSpec -> ShowS # show :: ModuleSpec -> String # showList :: [ModuleSpec] -> ShowS # |
compileModule :: ModuleSpec -> IO () Source #
createModuleTemplates :: FilePath -> FilePath -> [CompileMetadata] -> [CompileMetadata] -> IO () Source #
runModuleTests :: CompilerBackend b => b -> FilePath -> [FilePath] -> LoadedTests -> IO [((Int, Int), CompileInfo ())] Source #