ilya-klyuchnikov / tapl-scala

Code from the book "Types and Programming Languages" in Scala
175 stars 22 forks source link

Uniform code #7

Open ilya-klyuchnikov opened 3 years ago

ilya-klyuchnikov commented 3 years ago

Re-arrange, re-structure all the examples in such a way, that different type-checkers are easily comparable. Solution: introduce some canonical way in which case classes, clauses are ordered. Baseline: start from the "fullest" TS - fullfomsubref

Another option: use alphabetical order.