Skip to content

Commit

Permalink
Reenable unit generation
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Dec 16, 2024
1 parent e2f5f72 commit 8288d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haz3lmenhir/AST.re
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ let arb_exp_sized: QCheck.arbitrary(exp) =
arb_float,
arb_var,
always(~print=show_exp, EmptyHole),
// always(~print=show_exp, TupleExp([])), // TODO Seems to be broken
always(~print=show_exp, TupleExp([])),
always(~print=show_exp, ListExp([])),
]);

Expand Down

0 comments on commit 8288d7a

Please sign in to comment.