class Steep::AST::Types::Proc

def initialize(params:, return_type:, location: nil)

def initialize(params:, return_type:, location: nil)
  @location = location
  @params = params
  @return_type = return_type
end