Show
Ignore:
Timestamp:
05/20/05 17:14:27 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5078
Message:

* Anonymous and named coro {...} with yield() landed. Highly experimental!

(The semantics is burrowed from Coro::Cont from CPAN.)

Files:
1 modified

Legend:

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

    r3437 r3506  
    2727    code_iType c  = case subType c of 
    2828        SubBlock    -> mkType "Block" 
    29         SubRoutine  -> mkType "Sub" 
    30         SubPrim     -> mkType "Sub" 
    3129        SubMethod   -> mkType "Method" 
     30        _           -> mkType "Sub" 
    3231    code_fetch    = return 
    3332    code_store _ _= retConstError undef