class Steep::TypeInference::LogicTypeInterpreter

def initialize(subtyping:, typing:)

def initialize(subtyping:, typing:)
  @subtyping = subtyping
  @typing = typing
end