Changeset 3144 for src/Pugs/Bind.hs
- Timestamp:
- 05/13/05 09:56:40 (4 years ago)
- svk:copy_cache_prev:
- 4718
- Files:
-
- 1 modified
-
src/Pugs/Bind.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Bind.hs
r2978 r3144 49 49 are given, only the first gets the arguments--the rest get an empty hash. 50 50 Used by 'bindSomeParams'. 51 52 >[12:16] <scook0> autrijus: At the moment, if you call a sub that has multiple slurpy arrays, 53 > Pugs deliberately binds the first one normally, and makes all the rest empty 54 >[12:17] <scook0> Is this proper behaviour, or is it just a quirk of the current implementation? 55 >[12:17] <autrijus> no, that's specced. 56 >[12:17] <autrijus> i.e. correct 51 57 -} 52 58 bindHash :: [Exp] -- ^ Named arguments (pair expressions) that were not
