Changeset 3144 for src/Pugs/Bind.hs

Show
Ignore:
Timestamp:
05/13/05 09:56:40 (4 years ago)
Author:
scook0
svk:copy_cache_prev:
4718
Message:

Updated Haddocks to reflect Autrijus's answers to my questions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Bind.hs

    r2978 r3144  
    4949are given, only the first gets the arguments--the rest get an empty hash. 
    5050Used 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 
    5157-} 
    5258bindHash :: [Exp]   -- ^ Named arguments (pair expressions) that were not