Skip to content

Commit

Permalink
Stop debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Nov 15, 2024
1 parent 24de2fa commit 58029ad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/haz3lcore/statics/Statics.re
Original file line number Diff line number Diff line change
Expand Up @@ -1134,12 +1134,8 @@ and upat_to_info_map =
go(~ctx, ~under_ascription=true, ~mode=Ana(ann.term), p, m);
add(~self=Just(ann.term), ~ctx=p.ctx, ~constraint_=p.constraint_, m);
};
// This is to allow lifting single values into a singleton labeled tuple when the label is not present

// print_endline("upat_to_info_map: " ++ UPat.show(upat));
// print_endline("mode: " ++ Mode.show(mode));
print_endline("updat.term" ++ UPat.show(upat));
print_endline("under ascription: " ++ string_of_bool(under_ascription));
// This is to allow lifting single values into a singleton labeled tuple when the label is not present
if (under_ascription) {
default_case();
} else {
Expand Down

0 comments on commit 58029ad

Please sign in to comment.