mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
- exchange variance annotations on KList for a bounded existential in KList.toList - add foldr (reason for dropping variance annotations) - add functions stating equivalence between + KList[M,H :+: T] and KCons[H,T,M] + KList[M,HNil] and KNil