Changeset 6286 for src/Pugs/Bind.hs
- Timestamp:
- 08/16/05 19:26:48 (3 years ago)
- svk:copy_cache_prev:
- 8581
- Files:
-
- 1 modified
-
src/Pugs/Bind.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Bind.hs
r5847 r6286 182 182 -> MaybeError VCode -- ^ Returns either a new 'VCode' with all the 183 183 -- bindings in place, or an error message 184 -- Special case: 'close $fh' should be bound as '$fh.close' 185 bindParams sub Nothing [inv] 186 | (p:_) <- subParams sub, isInvocant p 187 = bindParams sub (Just inv) [] 184 188 bindParams sub invExp argsExp = do 185 189 case bindSomeParams sub invExp argsExp of
