A local type
# File typeprof-0.15.2/lib/typeprof/type.rb, line 723
def consistent?(_other)
raise "should not called"
end
# File typeprof-0.15.2/lib/typeprof/type.rb, line 715
def globalize(_env, _visited, _depth)
@base_type
end
# File typeprof-0.15.2/lib/typeprof/type.rb, line 707
def inspect
"Type::Literal[#{ @lit.inspect }, #{ @base_type.inspect }]"
end