Formatting fix
This commit is contained in:
parent
ea98fc97bb
commit
9d296f04cb
@ -2217,9 +2217,9 @@ destroy_and_report_unsolved_constraints(Env) ->
|
|||||||
(_) -> false
|
(_) -> false
|
||||||
end, OtherCs3),
|
end, OtherCs3),
|
||||||
{TVarsCs, []} =
|
{TVarsCs, []} =
|
||||||
lists:partition(fun({is_eq, _}) -> true;
|
lists:partition(fun({is_eq, _}) -> true;
|
||||||
({is_ord, _}) -> true;
|
({is_ord, _}) -> true;
|
||||||
(_) -> false
|
(_) -> false
|
||||||
end, OtherCs4),
|
end, OtherCs4),
|
||||||
|
|
||||||
Unsolved = [ S || S <- [ solve_constraint(Env, dereference_deep(C)) || C <- NamedArgCs ],
|
Unsolved = [ S || S <- [ solve_constraint(Env, dereference_deep(C)) || C <- NamedArgCs ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user