Codebase list cafeobj / 06ea503
Fixed insufficient check of strictness of morphism. tswd 8 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11881188 src-method))
11891189 nil)))
11901190 (declare (ignore arity-mapped))
1191 (unless (sort= coarity-mapped (term-sort dst-pat))
1191 (unless (sort<= (term-sort dst-pat) coarity-mapped
1192 (module-sort-order dst-mod))
11921193 (with-output-chaos-warning ()
11931194 (princ "operator mapping is not strict wrt sort map:")
11941195 (print-next)