Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Feb 2, 2023
1 parent c68b28b commit ed424ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typechecker.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2216,6 +2216,7 @@ type_check_call_ty_intersect(Env, ClauseTys, Args, E = {Name, P, FunTy}) ->
Acc
end
end, [], ClauseTys),
io:format("matching:\n~p\n", [MatchingClausesCss]),
case MatchingClausesCss of
[_|_] ->
{MatchingClauses, Css} = lists:unzip(MatchingClausesCss),
Expand Down

0 comments on commit ed424ba

Please sign in to comment.