mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
isZero, isPositive, isNegative
This commit is contained in:
parent
40cd77ec95
commit
a01bdd66c5
6 changed files with 198 additions and 87 deletions
|
@ -116,14 +116,16 @@ mod test_uniq_solve {
|
|||
|
||||
#[test]
|
||||
fn empty_list_literal() {
|
||||
infer_eq(
|
||||
indoc!(
|
||||
r#"
|
||||
with_larger_debug_stack(|| {
|
||||
infer_eq(
|
||||
indoc!(
|
||||
r#"
|
||||
[]
|
||||
"#
|
||||
),
|
||||
"Attr * (List *)",
|
||||
);
|
||||
),
|
||||
"Attr * (List *)",
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue