Changeset 5111 for src/Pugs/Bind.hs

Show
Ignore:
Timestamp:
06/30/05 01:35:39 (4 years ago)
Author:
chromatic
svk:copy_cache_prev:
6965
Message:

Reverted #5108, as it broke binding analysis.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Bind.hs

    r5108 r5111  
    270270    boundScalar <- return $ defaultScalar `zip` (givenInvs ++ givenArgs) -- put, uh, something in $_ 
    271271 
    272     let newBindings = concat [bindings, boundInv, boundNamed, boundPos, boundScalar, boundArray, boundHash] 
     272    let newBindings = concat [bindings, boundInv, boundNamed, boundPos, boundHash, boundArray, boundScalar] 
    273273    let newParams = params \\ (map fst newBindings); 
    274274