Use new predicates and show students.
This commit is contained in:
parent
da29baa991
commit
5ceec258f9
2 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
((problems)
|
||||
(let loop ((mb MB))
|
||||
(when (not (null? mb))
|
||||
(when (or (member-has-issues? (car mb))
|
||||
(when (or (member-has-problems? (car mb))
|
||||
(member-has-highlights? (car mb)))
|
||||
(newline)
|
||||
(print-member-table (car mb))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue