Arend
Arend copied to clipboard
ST monad
We can implement an analogue of ST monad. It will be built-in in core and will allow more efficient implementation of various algorithms. They can be verified through the usual state semantics.
Maybe it's time to modularize Prelude?
Maybe