Printing a constructor looks like this: ``` ( (Add 1 2) -> (Add 1 2) ... ) ``` I think it should look like: ``` ( (Add 1 2) ) ``` For a function it can remain the same, or perferably be something like this to match proofs: ``` ( (lower-bound (Add 1 2) 3) ) ```
Printing a constructor looks like this:
I think it should look like:
For a function it can remain the same, or perferably be something like this to match proofs: