class TypeProf::Core::AST::SigFuncType::SigTyBaseAnyNode

Public Instance Methods

contravariant_vertex0(genv, changes, vtx, subst) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/sig_type.rb, line 155
def contravariant_vertex0(genv, changes, vtx, subst)
  #Source.new(genv.obj_type).add_edge(genv, vtx) # TODO
end
covariant_vertex0(genv, changes, vtx, subst) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/sig_type.rb, line 152
def covariant_vertex0(genv, changes, vtx, subst)
end
show() click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/sig_type.rb, line 159
def show
  "untyped"
end