You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to take a Context[Int] and turn it into a Context[Unit]. I think other context types allow this.
Arguably, this is because the data in this context is call "start up data" and so should not change. Might be that with need a new modifier with a different name.
The text was updated successfully, but these errors were encountered:
I'd like to be able to take a
Context[Int]
and turn it into aContext[Unit]
. I think other context types allow this.Arguably, this is because the data in this context is call "start up data" and so should not change. Might be that with need a new modifier with a different name.
The text was updated successfully, but these errors were encountered: