Changeset 4285 for src/Pugs/Types

Show
Ignore:
Timestamp:
06/02/05 00:33:07 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5861
Message:

* "Pointy" is now of type Block, and "Bare" of type Bare.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Types/Code.hs

    r4270 r4285  
    2626    -- XXX - subType should really just be a mkType itself 
    2727    code_iType c  = case subType c of 
    28         SubBlock    -> mkType "Block" 
     28        SubBlock    -> mkType "Bare" 
     29        SubPointy   -> mkType "Block" 
    2930        SubMethod   -> mkType "Method" 
    3031        _           -> mkType "Sub"