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