Changeset 5255 for src/Pugs/Bind.hs
- Timestamp:
- 07/06/05 08:29:42 (4 years ago)
- svk:copy_cache_prev:
- 7266
- Files:
-
- 1 modified
-
src/Pugs/Bind.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Bind.hs
r5111 r5255 213 213 fail $ "Wrong number of invocant parameters: " 214 214 ++ (show $ act) ++ " actual, " 215 ++ (show $ act + cnt) ++ " expected" 215 ++ (show $ act + cnt) ++ " expected in " 216 ++ (show $ subName sub) 216 217 217 218 let (boundReq, boundOpt) = partition (\x -> isRequired (fst x)) bindings -- bound params which are required
