Remove duplicated code from roc_repl_cli and get tests compiling

This commit is contained in:
Brian Carroll 2023-09-09 13:01:31 +01:00
parent 8f59ee9492
commit 3923dad203
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
11 changed files with 107 additions and 561 deletions

View file

@ -34,6 +34,7 @@ impl Default for ReplState {
}
}
#[derive(Debug)]
pub enum ReplAction<'a> {
Eval {
opt_mono: Option<MonomorphizedModule<'a>>,