aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala/typeclasses.scala
Commit message (Collapse)AuthorAgeFilesLines
* Start of performance-enhancing refactoringJon Pretty2017-11-041-9/+15
|
* Test fixes and other miscellaneous changesJon Pretty2017-11-031-0/+29
|
* Support for GADTs (including recursive ones)Jon Pretty2017-11-011-4/+3
| | | | Some tests still failing, but macros are working
* Support nontrivial type constructorsJon Pretty2017-10-311-6/+9
|
* Support for case objectsJon Pretty2017-10-301-1/+2
|
* All variants now derivingJon Pretty2017-10-301-27/+23
| | | | Though there's a stack overflow when trying to derive a `Decoder`.
* Derivation working for Show and EqJon Pretty2017-10-301-0/+93