mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
fix: declaration bugs
This commit is contained in:
parent
14b26a7f4d
commit
6c3536cc31
16 changed files with 275 additions and 61 deletions
|
@ -141,7 +141,7 @@ const COMPLEX: &str = "Complex";
|
|||
const INT: &str = "Int";
|
||||
const MUT_INT: &str = "Int!";
|
||||
const RATIO: &str = "Ratio";
|
||||
const MUT_RATIO: &str = "Raltio!";
|
||||
const MUT_RATIO: &str = "Ratio!";
|
||||
const FUNC_ABS: &str = "abs";
|
||||
const FUNC_SUCC: &str = "succ";
|
||||
const FUNC_PRED: &str = "pred";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue