Changeset 3570 for src/Pugs/Junc.hs
- Timestamp:
- 05/21/05 11:15:39 (4 years ago)
- svk:copy_cache_prev:
- 5154
- Files:
-
- 1 modified
-
src/Pugs/Junc.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Junc.hs
r3569 r3570 116 116 The scanning process will thread through @all@ and @none@ before it threads 117 117 through @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 118 122 119 123 Once all the args /are/ collapsed, we call the (Haskell) function that
