(types)
| 64 | }; |
| 65 | } |
| 66 | function computedTuple(types) { |
| 67 | return function(self, args) { |
| 68 | return new infer.Arr(types.map(function(tp) { return unwrapType(tp, self, args) })) |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | TypeParser.prototype = { |
| 73 | eat: function(str) { |
no test coverage detected