Changeset 3530 for src/Pugs/Junc.hs
- Timestamp:
- 05/20/05 21:18:46 (4 years ago)
- svk:copy_cache_prev:
- 5107
- Files:
-
- 1 modified
-
src/Pugs/Junc.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Junc.hs
r3333 r3530 87 87 dups = Set.fromList (ds ++ [ v | (v:_:_) <- group $ sort (vs ++ ds) ]) 88 88 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 89 93 juncApply :: ([ApplyArg] -> Eval Val) -> [ApplyArg] -> Eval Val 90 94 juncApply f args
