Package: closer-mop

Function subtypep

Lambda List

subtypep (type1 type2 &optional environment)

Details

Return two values indicating the relationship between type1 and type2. If values are T and T, type1 definitely is a subtype of type2. If values are NIL and T, type1 definitely is not a subtype of type2. If values are NIL and NIL, it couldn't be determined.