aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Scala-fmt updatesvirtual-paramsJon Pretty2017-12-283-7/+17
* Merge branch 'master' into virtual-paramsJon Pretty2017-12-023-0/+28
|\
| * typeName is now the full name of the type, in original caseJon Pretty2017-11-301-0/+19
| * Add support for repeated (vararg) parametersGeorgi Krastev2017-11-292-0/+9
* | Support for virtualization of parameters and subtypesJon Pretty2017-11-282-5/+21
* | Use virtualized `param` if it is availableJon Pretty2017-11-245-6/+33
|/
* scalajs cross buildLoic Descotte2017-11-114-0/+0
* Scalafmt changesJon Pretty2017-11-101-9/+10
* Include support for decomposing AnyVals, like case classesJon Pretty2017-11-101-1/+4
* ScalafmtJon Pretty2017-11-101-2/+2
* Attempt to allow the `Typeclass` definition to be defined in supertraitJon Pretty2017-11-101-11/+19
* Remove unnecessary language imports in examplesJon Pretty2017-11-104-11/+0
* Upgrade to SBT 1.0 and include testing binariesv0.5.0Jon Pretty2017-11-094-47/+67
* Scaladoc correctionsJon Pretty2017-11-092-3/+3
* Added ScaladocsJon Pretty2017-11-094-4/+62
* Added better scaladocs and provide default valuesJon Pretty2017-11-084-14/+13
* API improvements and better examplesJon Pretty2017-11-075-127/+140
* Deduplication within case class parameter typeclassesJon Pretty2017-11-051-5/+5
* 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
* 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
* Derivation working for Show and EqJon Pretty2017-10-303-69/+93
* Made a nicer API for inclusionJon Pretty2017-06-302-5/+2
* Renamed derivations to Derivation and CoderivationJon Pretty2017-06-292-5/+4
* Include class name in `join` methodJon Pretty2017-06-232-3/+4
* Tidied up and made it compile and runJon Pretty2017-06-232-52/+19
* Merge branch 'master' into cats-contravariant-exampleJon Pretty2017-06-221-2/+41
|\
| * Use case clauses and switch statement instead of is/asInstanceOfJon Pretty2017-06-221-3/+1
| * initial support for 2-arg contravariant derivations; works for simple Eq type...Piotr Krzemiński2017-06-211-1/+31
* | Add ContravariantDerivation for cats.ShowRui Gonçalves2017-06-211-0/+23
* | Reorganize magnolia.Show implicitsRui Gonçalves2017-06-211-11/+10
|/
* Better error reportingJon Pretty2017-06-131-1/+3
* Corrected ContravariantDerivation typeclassJon Pretty2017-06-131-1/+2
* Slight tidyup of examplesJon Pretty2017-06-121-80/+0
* Improvements to error reportingv0.1.0Jon Pretty2017-06-121-0/+10
* Fixes for substitution of Lazy valuesJon Pretty2017-06-121-2/+30
* Appears to be working for both covariant and contravariant typeclassesJon Pretty2017-06-111-3/+32
* Generalized for typeclass-based extensionJon Pretty2017-06-111-0/+6
* Starting to move towards typeclass-based implementationJon Pretty2017-06-111-0/+9
* Further cleanup; no long linesJon Pretty2017-06-101-1/+1
* Pretty close to having the generic macro workingJon Pretty2017-05-291-8/+19
* Progress with mutual recursionJon Pretty2017-05-251-1/+7
* Initial checkin of messy code which appears to be a PoCJon Pretty2017-05-241-0/+22