FLOAT_ABS test, and NUM_ABS generally, but not implemented

This commit is contained in:
Chad Stearns 2020-05-08 00:49:08 -04:00
parent be5641e35a
commit 8e8412bf94
6 changed files with 45 additions and 2 deletions

View file

@ -2097,8 +2097,8 @@ mod test_uniq_solve {
reverse
"#
),
"Attr * (Attr * (List (Attr (a | b) c)) -> Attr (* | a | b) (List (Attr b c)))",
// "Attr * (Attr * (List (Attr (a | b) c)) -> Attr (* | a | b) (List (Attr a c)))",
// "Attr * (Attr * (List (Attr (a | b) c)) -> Attr (* | a | b) (List (Attr b c)))",
"Attr * (Attr * (List (Attr (a | b) c)) -> Attr (* | a | b) (List (Attr a c)))",
);
}