Update mod.rs

This commit is contained in:
Shunsuke Shibayama 2022-12-17 11:11:59 +09:00
parent 0b1c195221
commit 17eff747ef

View file

@ -1876,7 +1876,7 @@ impl Context {
None, None,
Code, 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_exit = t_quit.clone();
let t_repr = nd_func(vec![kw("object", Obj)], None, Str); let t_repr = nd_func(vec![kw("object", Obj)], None, Str);
let t_round = nd_func(vec![kw("number", Float)], None, Int); let t_round = nd_func(vec![kw("number", Float)], None, Int);