Add comment as a reminder to future me

This commit is contained in:
microproofs 2024-05-06 11:48:10 -04:00
parent 0e9baf4944
commit 68f1dcc65d
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ impl Test {
.map(|cst| (cst, side.tipo()))
};
// Assertion at this point is evaluated so it's not just a normal assertion
Some(Assertion {
bin_op,
head: as_constant(generator, head.expect("cannot be Err at this point")),