ActionCreator

typealias ActionCreator<A, S> = (Dispatch<A>, GetState<S>) -> Unit