Safe Haskell | Safe-Inferred |
---|---|
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 :: (PathIOHandler r, CompilerBackend b) => r -> b -> ModuleSpec -> TrackedErrorsIO () Source #
createModuleTemplates :: PathIOHandler r => r -> FilePath -> FilePath -> [FilePath] -> Map CategoryName (CategorySpec SourceContext) -> [CompileMetadata] -> [CompileMetadata] -> TrackedErrorsIO () Source #
runModuleTests :: (PathIOHandler r, CompilerBackend b) => r -> b -> FilePath -> FilePath -> [FilePath] -> LoadedTests -> TrackedErrorsIO [((Int, Int), TrackedErrors ())] Source #