chickadee » srfi-128 » comparator-check-type

comparator-check-type comparator objprocedure

Invokes the type test predicate of comparator on obj and returns true if it returns true, but signals an error otherwise. More convenient than comparator-type-test-predicate, but less efficient when the predicate is called repeatedly.