| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stack.Repl
Description
Run a REPL configured with the user's project(s).
- repl :: (HasConfig r, HasBuildConfig r, HasEnvConfig r, MonadReader r m, MonadIO m, MonadThrow m, MonadLogger m, MonadCatch m) => [Text] -> [String] -> FilePath -> Bool -> m ()
Documentation
Arguments
| :: (HasConfig r, HasBuildConfig r, HasEnvConfig r, MonadReader r m, MonadIO m, MonadThrow m, MonadLogger m, MonadCatch m) | |
| => [Text] | Targets. |
| -> [String] | GHC options. |
| -> FilePath | |
| -> Bool | |
| -> m () |
Launch a GHCi REPL for the given local project targets with the given options and configure it with the load paths and extensions of those targets.