Rename meta predicates.
This commit is contained in:
parent
3ef6c0b628
commit
bf2b8ef23a
4 changed files with 15 additions and 15 deletions
|
@ -276,8 +276,8 @@
|
|||
(if (null? mb)
|
||||
num
|
||||
(loop (cdr mb)
|
||||
(if (or (member-has-problems? (car mb))
|
||||
(member-has-highlights? (car mb)))
|
||||
(if (or (brmember-has-problems? (car mb))
|
||||
(brmember-has-highlights? (car mb)))
|
||||
(let ()
|
||||
(newline)
|
||||
(print-member-table (car mb))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue