()
| 17 | } |
| 18 | |
| 19 | createIdentity() { |
| 20 | this._inner.createIdentityFunction(); |
| 21 | return JSON.stringify({ |
| 22 | term: "Lambda", |
| 23 | description: "λx:Type. x (identity function)", |
| 24 | note: "Hash-consed for O(1) equality" |
| 25 | }); |
| 26 | } |
| 27 | |
| 28 | createApplication() { |
| 29 | this._inner.createVariable(0); |
no test coverage detected