mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Remove duplicated code from roc_repl_cli and get tests compiling
This commit is contained in:
parent
8f59ee9492
commit
3923dad203
11 changed files with 107 additions and 561 deletions
|
@ -34,6 +34,7 @@ impl Default for ReplState {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ReplAction<'a> {
|
||||
Eval {
|
||||
opt_mono: Option<MonomorphizedModule<'a>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue