(&self, cond: Self::Summary, then: Self::Summary, els: Self::Summary)
| 540 | } |
| 541 | |
| 542 | fn cond(&self, cond: Self::Summary, then: Self::Summary, els: Self::Summary) -> Self::Summary { |
| 543 | self.evaluator.cond(cond, then, els) |
| 544 | } |
| 545 | } |
| 546 | |
| 547 | /// A unary function we've added special-case handling for; including: |