Changeset 3570 for src/Pugs/Junc.hs

Show
Ignore:
Timestamp:
05/21/05 11:15:39 (4 years ago)
Author:
scook0
svk:copy_cache_prev:
5154
Message:

Haddocumented the justification for all & none
autothreading before one & any (specced)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Junc.hs

    r3569 r3570  
    116116The scanning process will thread through @all@ and @none@ before it threads 
    117117through @any@ and @one@. 
     118 
     119>[09:09] <scook0> any specific reason for all() & none() getting autothreaded before one() & any()? 
     120>[09:10] <autrijus> scook0: specced this way. 
     121>[09:10] <autrijus> I don't think S09 gives reasons 
    118122 
    119123Once all the args /are/ collapsed, we call the (Haskell) function that