Closed
Description
Noticed some fns in std and core could be annotated as pure. This should be done so that they may be used from predicates.
This probably needs to happen twice, once now and once later, after mutation of local variables is possible in pure functions. It would also help if there could be pure blocks.