isZero, isPositive, isNegative

This commit is contained in:
Chad Stearns 2020-05-18 12:49:27 -04:00
parent 40cd77ec95
commit a01bdd66c5
6 changed files with 198 additions and 87 deletions

View file

@ -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]