Fix bugs caused by the addition of debugging symbols #955

Merged
ghallak merged 2 commits from ghallak/fix-incomplete-patterns into master 2023-06-28 23:43:41 +09:00
Showing only changes of commit 6fc17c2010 - Show all commits

View File

@ -1580,7 +1580,7 @@ simpl_proj(Env, I, Expr) ->
-spec get_catchalls([fcase()]) -> [fcase()].
get_catchalls(Alts) ->
[ C || C = {'case', {var, _, _}, _} <- Alts ].
[ C || C = {'case', {var, _}, _} <- Alts ].
%% The scode compiler can't handle multiple catch-alls, so we need to nest them
%% inside each other. Instead of