sbt/tasks/standard
Mark Harrah 8d6dd10798 2.10.0-M5, different arity generalization
1. KList[M[_]] now instead of KList[HL <: HList, M[_]]
  a. head, tail work properly in this variant
  b. disadvantage is that full type not easily transformed to new type constructor
2. AList abstracts on K[L[x]], a higher order type constructor.
 A. Instances written for:
  a. KList
  b. Seq[M[T]] for a fixed T
  c. TupleN
  d. single values
  e. operate on one type constructor when nested
 B. Main disadvantage is type inference.  It just doesn't happen for K[L[x]].
    This is mitigated by AList being used internally and rarely needing to construct a K.
2012-11-17 20:19:24 -05:00
..
src/test/scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Action.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00
Streams.scala defer opening logging output files until an actual write 2012-08-27 10:49:13 -04:00
System.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
TaskExtra.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00