Type Definition menhir_runtime::internals::Stack [] [src]

type Stack<YYType, State> = Vec<(State, YYType)>;