Show
Ignore:
Timestamp:
06/24/05 01:11:01 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
6771
Message:

* after consulting with lwall and luqui, in light of the new

semantic of bare blocks always taking a (?$_=$OUTER::_) as
parameter, the "Parametric" type is now obsolete. Also gone
with it is the "Bare" type -- all blocks are just Block now.

Files:
1 modified

Legend:

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

    r4285 r4928  
    2626    -- XXX - subType should really just be a mkType itself 
    2727    code_iType c  = case subType c of 
    28         SubBlock    -> mkType "Bare" 
     28        SubBlock    -> mkType "Block" 
    2929        SubPointy   -> mkType "Block" 
    3030        SubMethod   -> mkType "Method"