mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
most of Num
This commit is contained in:
parent
65b1b3fcce
commit
0107d78ea0
3 changed files with 218 additions and 175 deletions
|
@ -19,7 +19,7 @@ fn nat_alias() {
|
|||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
i : Nat
|
||||
i : Num.Nat
|
||||
i = 1
|
||||
|
||||
i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue