例:
class Example[A < Numeric] end # 'String' は 'Numeric' のサブタイプではありません type example = Example[String]