class Kleene::State

def self.new_error_state(final = false)

def self.new_error_state(final = false)
  State.new(final, true)
end