Codebase list cafeobj / 01d1de1
If an axiom contains error operators, output a warning message even the system is in silent mode. tswd 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
978978 (cond-e (term-error-operators&variables cond nil)))
979979 (when (and (or lhs-e rhs-e cond-e)
980980 message?)
981 (when *chaos-verbose*
981 (when t ; *chaos-verbose* ; should always be reported.
982982 (with-output-chaos-warning ()
983983 (format t "axiom : ")
984984 (print-chaos-object axiom)