<@U0DDYDN5D> I'm not 100% sure, but I think it has...
# announcements
d
@mitchwongho I'm not 100% sure, but I think it has to do with
(State, String/Int) -> State
not being a
(State, Any) -> State
ie. the signature says that they can accept anything but the actual definitions can only accept specific types.