Cleanup
parent
0d83873174
commit
1aefde994f
|
@ -53,17 +53,8 @@ M: node maybe-modularize* 2drop ;
|
||||||
GENERIC: compute-modularized-values* ( node -- )
|
GENERIC: compute-modularized-values* ( node -- )
|
||||||
|
|
||||||
M: #call compute-modularized-values*
|
M: #call compute-modularized-values*
|
||||||
dup word>> {
|
dup word>> \ >fixnum eq?
|
||||||
{ [ \ >fixnum eq? ] [ in-d>> first maybe-modularize ] }
|
[ in-d>> first maybe-modularize ] [ drop ] if ;
|
||||||
! { [
|
|
||||||
! {
|
|
||||||
! mod-integer-fixnum
|
|
||||||
! mod-integer-integer
|
|
||||||
! mod-fixnum-integer
|
|
||||||
! } memq?
|
|
||||||
! ] [ ] }
|
|
||||||
[ drop ]
|
|
||||||
} cond ;
|
|
||||||
|
|
||||||
M: node compute-modularized-values* drop ;
|
M: node compute-modularized-values* drop ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue