trivial factoring

Doug Coleman 2009-08-17 18:59:03 -05:00
parent b239c3b605
commit 45c0ef9a51
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ NAME>=< DEFINES ${NAME}>=<
WHERE WHERE
: NAME<=> ( obj1 obj2 -- <=> ) QUOT bi@ <=> ; : NAME<=> ( obj1 obj2 -- <=> ) QUOT compare ;
: NAME>=< ( obj1 obj2 -- >=< ) NAME<=> invert-comparison ; : NAME>=< ( obj1 obj2 -- >=< ) NAME<=> invert-comparison ;
;FUNCTOR ;FUNCTOR