Changeset 5108 for src/Pugs/Bind.hs

Show
Ignore:
Timestamp:
06/30/05 01:14:12 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
6965
Message:

* adjust bound sequence to put hash in the last

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Bind.hs

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