Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: e33d6c9c07b0f71bb06dfa3dbe117c145f3341c5
https://github.com/perl6/specs/commit/e33d6c9c07b0f71bb06dfa3dbe117c145f3341c5
Author: Carl Masak <[email protected]>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M S02-bits.pod
Log Message:
-----------
[S02] remove useless information about Whatever
The synopsis pointed out that Whatever derives from Any (which is
true), and that nothing derives from Whatever (which is true).
If nothing derives from Whatever, does that mean nothing *can*
derive from Whatever? RT #105004 determined that it doesn't.
Then what does it mean? Only that before someone writes a class
that derives from Whatever, no class derives from Whatever. While,
true, that's not a very exciting statement, and possibly
misleading. Removing.