addThunk

fun <A : Action> addThunk(matcher: Matcher<Action, A>, thunk: Thunk<State, Action, A, Proposal>)

Only used internally but needs to be public because of calls from inlined public functions