Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 3018ff242a8e8277d6acac365f875603922ebc96
https://github.com/perl6/specs/commit/3018ff242a8e8277d6acac365f875603922ebc96
Author: Carl Masak <[email protected]>
Date: 2011-01-09 (Sun, 09 Jan 2011)
Changed paths:
M S02-bits.pod
M S03-operators.pod
M S32-setting-library/Containers.pod
Log Message:
-----------
[S02] outlawed :exists on a list slice
People seem to have different expectations on whether the
desugaring should be any(@slice) or all(@slice), so we
require making it explicit. This also makes the code more
readable and self-documenting.