class Steep::AST::Types::Proc

def level

def level
  children = params.each_type.to_a + [return_type]
  [0] + level_of_children(children)
end