(s)
| 52416 | } |
| 52417 | } |
| 52418 | }) |
| 52419 | var Identity = function (s) { |
| 52420 | return { |
| 52421 | value: s, |
| 52422 | map: function (o) { |
| 52423 | return Identity(o(s)) |
| 52424 | }, |
| 52425 | } |
| 52426 | }, |
| 52427 | _w = _curry3(function over(s, o, i) { |
| 52428 | return s(function (s) { |
no test coverage detected