Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 8d7691d201467a12a5110dff5533c5cf3c88a27f
https://github.com/perl6/specs/commit/8d7691d201467a12a5110dff5533c5cf3c88a27f
Author: TimToady <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M S05-regex.pod
Log Message:
-----------
generics can produce constants without declarator
For the purposes of determining whether a variable is declared
constant, it is not enough to consider whether the C<constant>
declarator has been used. Generic code that instantiates parameters
with constant arguments can also produce variables that are known by
the compiler to be immutable.