Changeset 3530 for src/Pugs/Junc.hs

Show
Ignore:
Timestamp:
05/20/05 21:18:46 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5107
Message:

* move comment to where they belong

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Junc.hs

    r3333 r3530  
    8787    dups = Set.fromList (ds ++ [ v | (v:_:_) <- group $ sort (vs ++ ds) ]) 
    8888 
     89-- OK... Now let's implement the hideously clever autothreading algorithm. 
     90-- First pass - thread thru all() and none() 
     91-- Second pass - thread thru any() and one() 
     92 
    8993juncApply :: ([ApplyArg] -> Eval Val) -> [ApplyArg] -> Eval Val 
    9094juncApply f args