Handbook
Glossary
contradiction? ( partition -- ? )
Vocabulary
regexp
.
classes
Inputs
partition
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
kernel
sequences
sets
;
IN:
regexp.classes
:
contradiction?
( partition -- ? )
{
[
[
simples>>
]
[
not-simples>>
]
bi
intersects?
]
[
other>>
f
swap
member?
]
}
1||
;