Formatting fix

This commit is contained in:
Gaith Hallak 2022-06-19 19:19:15 +04:00
parent ea98fc97bb
commit 9d296f04cb

View File

@ -2217,9 +2217,9 @@ destroy_and_report_unsolved_constraints(Env) ->
(_) -> false
end, OtherCs3),
{TVarsCs, []} =
lists:partition(fun({is_eq, _}) -> true;
lists:partition(fun({is_eq, _}) -> true;
({is_ord, _}) -> true;
(_) -> false
(_) -> false
end, OtherCs4),
Unsolved = [ S || S <- [ solve_constraint(Env, dereference_deep(C)) || C <- NamedArgCs ],