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