sbt/util/collection
Mark Harrah 09efe98f8b KList updates
- 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
2011-01-28 21:07:29 -05:00
..
src/test/scala fix PMap test 2010-09-04 08:12:17 -04:00
Attributes.scala Settings 2010-12-12 21:33:32 -05:00
Dag.scala Remove obsolete comments 2011-01-18 18:43:58 -05:00
HList.scala toString for HList and KList 2010-09-12 22:27:11 -04:00
IDSet.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
KList.scala KList updates 2011-01-28 21:07:29 -05:00
NOTICE higher-kinded heterogeneous lists: MList[M[_]] 2010-05-30 18:42:58 -04:00
PMap.scala fully-scoped Settings 2011-01-18 18:48:32 -05:00
Param.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
Relation.scala TaskGroups, Context in tasks, new tasks 2010-11-24 14:18:59 -05:00
Settings.scala convenience method on Settings to get all (Scope, AttributeKey[_]) pairs 2011-01-25 22:19:03 -05:00
TypeFunctions.scala multi-project model based on Settings and ProjectRef 2011-01-18 18:48:32 -05:00
Types.scala minor updates for p2 2010-08-30 09:10:25 -04:00
Util.scala multi-project model based on Settings and ProjectRef 2011-01-18 18:48:32 -05:00