mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
Update mod.rs
This commit is contained in:
parent
0b1c195221
commit
17eff747ef
1 changed files with 1 additions and 1 deletions
|
@ -1876,7 +1876,7 @@ impl Context {
|
|||
None,
|
||||
Code,
|
||||
);
|
||||
let t_quit = func(vec![], None, vec![kw("code", Int)], NoneType);
|
||||
let t_quit = func(vec![], None, vec![kw("code", Int)], Never);
|
||||
let t_exit = t_quit.clone();
|
||||
let t_repr = nd_func(vec![kw("object", Obj)], None, Str);
|
||||
let t_round = nd_func(vec![kw("number", Float)], None, Int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue