problem_type()
returns a problem's type, orNULL
if the input is not a problem.is_problem()
tests whether an object is agradethis
problem.is_tblcheck_problem()
tests whether an object is a problem created bytblcheck
.as_problem()
converts a list to atblcheck_problem
.
Value
is_problem()
and is_tblcheck_problem()
return a logicalof length 1.
problem_type()
returns a character of length 1.
as_problem()
returns a tblcheck_problem
.