Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: e5b8663594b0c747aabefa8dd4273508ca9d220a
https://github.com/perl6/specs/commit/e5b8663594b0c747aabefa8dd4273508ca9d220a
Author: Larry Wall <[email protected]>
Date: 2013-01-09 (Wed, 09 Jan 2013)
Changed paths:
M S06-routines.pod
Log Message:
-----------
--> as context for code body
Allow definite values and containers on the right side of -->, in
order to make a way to declaratively distinguish procedural code from
functional without creating more keywords like "proc" or "fun", which
doesn't help distinguish methods.
Also allow warning on loops accidentally treated as functional maps
due to lack of a return spec.