Closed Timmmm closed 2 months ago
@Alasdair I wasn't sure if printing functions should count as pure or impure from Sail's perspective seeing as they're technically impure but the Sail model can't actually observe the impurity.
712 tests ±0 712 :white_check_mark: ±0 0s :stopwatch: ±0s 6 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit ae1e75e8. ± Comparison against base commit a58c58c6.
:recycle: This comment has been updated with latest results.
@billmcspadden-riscv also this one can be merged.
Btw I would recommend using squash and merge, especially when there's only one commit in the PR. Otherwise you get a needlessly convoluted commit history.
Add
pure
/impure
annotations and remove some duplicate function declarations.