Skip to content

Commit

Permalink
cooment out delete debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Oct 20, 2024
1 parent 448c496 commit 11ca2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/recursive-containers.sw
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def delete_insert_prop: Int -> Set Int -> Cmd Unit = \i.\t.
let i_t = inorder t in
let f_t = formatS t in
if (not $ containsS x t) {
log $ format x;
// log $ format x;
assert_eq i
(formatL i_t)
(formatS $ deleteS x $ insertS x t)
Expand Down

0 comments on commit 11ca2e0

Please sign in to comment.