Skip to content

Commit f2b6c24

Browse files
committed
Mention toExpr
1 parent 3b55ae4 commit f2b6c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/how-to-write-a-simproc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ dsimproc_decl revRangeCompute (revRange _) := fun e => do
245245
**Cons**:
246246
* The expression to be evaluated is traversed twice: Once to create its evaluation, then once more in the typechecking of the proof by `rfl`.
247247
* The produced `rfl` proof could be heavy.
248-
* Only works when the evaluation is definitionally equal to to the original expression.
248+
* Only works when the evaluation and conversion back to an expression is definitionally equal to to the original expression.
249249

250250
## The propositional approach
251251

0 commit comments

Comments
 (0)