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
A good solution might be via modules: Define an Unsafe type. The unsafe module defines an implicit for Unsafe such that it's always satisfied. Could always go the other way and define 2 implicits in a safe module to prevent (by default) unsafety. ("unsafeness"?)
Opt-out of
setState
modState{,O,U}
state
← technically but this can stay==>
-->
Add:
IO[S]
S ⇒ IO[Unit]
S ⇒ S ⇒ IO[Unit]
ChangeFilter
The text was updated successfully, but these errors were encountered: