fix prompt
This commit is contained in:
parent
06f9a82b01
commit
ecbc47d4fe
2 changed files with 7 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ use std::io;
|
|||
use std::rc::Rc;
|
||||
|
||||
fn prompt_default_callback(_: &Seg, _: &mut SymTable) -> Result<Ctr, String> {
|
||||
Ok(Ctr::String("λ ".to_string()))
|
||||
Ok(Ctr::Symbol("λ ".to_string()))
|
||||
}
|
||||
|
||||
/* loads defaults, evaluates config script */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue