sbt/project
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
..
Docs.scala update to latest sbt-site plugin, generate pdf 2012-11-08 22:40:24 -05:00
Proguard.scala Remove some deprecations and redundant code 2011-08-05 13:30:04 +05:30
Release.scala address publishTo warning 2012-10-15 12:42:28 -04:00
Sbt.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Status.scala revert snapshot regex changes 2012-05-30 07:13:15 -04:00
Sxr.scala doc updates, conversions, howto extension, theme from akka 2012-09-30 20:36:38 -04:00
Transform.scala Remove deprecations 2011-11-10 15:41:16 +05:30
Util.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
build.properties use 0.12.1 to build 2012-10-12 10:52:23 -04:00
p.sbt update to latest sbt-site plugin, generate pdf 2012-11-08 22:40:24 -05:00