stylewarning / deprecated-coalton-prototype

Coalton is (supposed to be) a dialect of ML embedded in Common Lisp.
MIT License
208 stars 7 forks source link

Define printable representations of ADTs #1

Closed fiddlerwoaroof closed 5 years ago

fiddlerwoaroof commented 5 years ago

The first change defines a PRINT-OBJECT method for the the cases of an ADT. The other one is a minor change to make recompiling the file more convenient.