sbt/tasks
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
..
standard 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
CompletionService.scala concurrent execution restrictions 2011-11-19 23:56:30 -05:00
ConcurrentRestrictions.scala API doc fixes 2012-02-04 21:10:30 -05:00
Execute.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Incomplete.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00
NOTICE MList covariant, initial Node 2010-05-30 21:14:18 -04:00
Node.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Result.scala work on displaying task errors 2011-03-20 22:54:01 -04:00