class Steep::AST::Types::Proc

def hash

def hash
  self.class.hash && params.hash && return_type.hash
end