Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- work :: ReplCommandOptions -> CLICommand
- type GhciScript = [Text]
- runRepl :: forall b. ToDbBackend b => FilePath -> YamlSpec b -> CLICommand
- invokeGhci :: FilePath -> [GhcArgument] -> GhciScript -> IO ExitCode
- mkGhciScript :: DbBackend -> FilePath -> FilePath -> GhciScript
Documentation
work :: ReplCommandOptions -> CLICommand #
Repl processing Invokes Napkin ghci repl
type GhciScript = [Text] #
runRepl :: forall b. ToDbBackend b => FilePath -> YamlSpec b -> CLICommand #
invokeGhci :: FilePath -> [GhcArgument] -> GhciScript -> IO ExitCode #
mkGhciScript :: DbBackend -> FilePath -> FilePath -> GhciScript #