Module: Fable::PushPopType

Defined in:
lib/fable/push_pop_type.rb

Constant Summary collapse

TYPES =
{
  tunnel: :tunnel,
  function: :function,
  function_evaluation_from_game: :function_evaluation_from_game
}
TYPE_LOOKUP =
TYPES.invert