class Steep::AST::Types::Boolean

def ==(other)

def ==(other)
  other.is_a?(Boolean)
end