In Slip§
See primary documentation in context for constant Empty
Empty
is a Slip
of the empty List
.
say "".comb ~~ Empty; # OUTPUT: «True»
For example, these constructs with a failing test return Empty
:
do if 0 {}; (42 if 0); do with Any {}; (42 with Any);