mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
FLOAT_ABS test, and NUM_ABS generally, but not implemented
This commit is contained in:
parent
be5641e35a
commit
8e8412bf94
6 changed files with 45 additions and 2 deletions
|
@ -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)))",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue