generic.standard: remove bogus error check
parent
0ecb771aa4
commit
84fe4a7d67
|
@ -8,9 +8,7 @@ IN: generic.standard
|
||||||
|
|
||||||
TUPLE: standard-combination < single-combination # ;
|
TUPLE: standard-combination < single-combination # ;
|
||||||
|
|
||||||
: <standard-combination> ( n -- standard-combination )
|
C: <standard-combination> standard-combination
|
||||||
dup 0 2 between? [ "Bad dispatch position" throw ] unless
|
|
||||||
standard-combination boa ;
|
|
||||||
|
|
||||||
PREDICATE: standard-generic < generic
|
PREDICATE: standard-generic < generic
|
||||||
"combination" word-prop standard-combination? ;
|
"combination" word-prop standard-combination? ;
|
||||||
|
|
Loading…
Reference in New Issue