class Steep::AST::Types::Proc

def ==(other)

def ==(other)
  other.is_a?(self.class) &&
    other.params == params &&
    other.return_type == return_type
end