Branch: refs/heads/master
Home: http://github.com/perl6/specs
Commit: 692474967ab8535f370d859488da592555e17d8d
http://github.com/perl6/specs/commit/692474967ab8535f370d859488da592555e17d8d
Author: TimToady <[email protected]>
Date: 2010-09-07 (Tue, 07 Sep 2010)
Changed paths:
M S03-operators.pod
Log Message:
-----------
[S03] Attempt bring more clarity to the semantics of series operators.
The limit is now always a smartmatch, which must match exactly.
No attempt is made to intuit which direction the series is going,
or to turn exact matches into inequalities. Non-numeric series
behavior is regularized to work like single characters, taking
into account the target value as indicative of the range desired.
The old semantics are relegated to explicit *.succ and limits.
Also, ... and ...^ are defined in terms of last($x) vs last().