Changeset 21057 for docs

Show
Ignore:
Timestamp:
06/26/08 17:41:22 (7 months ago)
Author:
rhr
Message:

[p6types] Adjust Num heirarchy, pending further clarification

Note that most/all methods in Positional might really be in Any
(although that would make Positional rather pointless)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/p6types

    r20999 r21057  
    8080Failure is Any 
    8181Complex is Any 
    82 Num is Any does Order 
     82Num is Complex does Order 
    8383    infix:<+> 
    8484    infix:<-> 
     
    105105    prefix:<^> 
    106106Rat is Num 
    107 Int is Num 
     107Int is Rat 
    108108Bit is Int 
    109109Str is Any does Filetest does Order 
     
    299299================== 
    300300Positional does Each 
     301    (are most of these really in Any?) 
    301302    postcircumfix:<[ ]> 
    302303    .elems