Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: the previous commit exposed an issue with
simp
`simp` was previously swallowing runtime exceptions and masking an issue with this example. `runT` is defined by well-founded recursion, but reducing the ground term `runT x` takes a long time when `decide := true`. Remark PR #2722 changes the `decide` default value to `false`. When `decide := true`, we should probably have better diagnostics / error messages for this kind of situation.
- Loading branch information