Closed favonia closed 2 years ago
BTW, technically speaking, fork
and modify
are not needed because they can be implemented using set
and get
. However, we all agree modify
is useful, and I felt fork
makes it trivial to use the state monad as a reader monad.
ok cool! That function looked scary anyway so I'm glad you delete it.
Correct. The CI passed. :laughing: And we can always do
get
if necessary.