mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Update mod.rs
This commit is contained in:
parent
ebb01ccb7e
commit
420841cf4f
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ impl Context {
|
||||||
array_mut_t.clone(),
|
array_mut_t.clone(),
|
||||||
Some(builtin_poly(
|
Some(builtin_poly(
|
||||||
"Array!",
|
"Array!",
|
||||||
vec![ty_tp(mono_q("T")), mono_q_tp("N") + value(1)],
|
vec![ty_tp(mono_q("T")), mono_q_tp("N") + value(1usize)],
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
vec![kw("elem", mono_q("T"))],
|
vec![kw("elem", mono_q("T"))],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue