summaryrefslogtreecommitdiff
path: root/tool/lrama/lib/lrama/counterexamples/state_item.rb
blob: 930ff4a5f86493607d48fe5024dd28c729c39fa4 (plain)
1
2
3
4
5
6
module Lrama
  class Counterexamples
    class StateItem < Struct.new(:state, :item)
    end
  end
end