Type Definition menhir_runtime::internals::SemAct
[−]
[src]
type SemAct<YYType, State> = fn(_: State, _: &mut Stack<YYType, State>) -> State;