class Racc::States

def fingerprint(arr)

def fingerprint(arr)
  arr.map {|i| i.ident }.pack('L*')
end