sbt/util/collection/src/test/scala
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
..
DagSpecification.scala * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
KeyTest.scala forgot a test 2011-05-26 22:24:26 -04:00
LiteralTest.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
PMapTest.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
SettingsExample.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
SettingsTest.scala allow setting initialization to be partially dynamic and run in parallel 2011-08-14 10:53:37 -04:00