sbt/util
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
..
classfile Java source support 2010-09-27 18:57:00 -04:00
classpath use java.util.Linked* instead of scala's 2011-01-22 16:21:22 -05:00
collection KList updates 2011-01-28 21:07:29 -05:00
complete make Uri parser fail (instead of error) on malformed inputs 2011-01-25 22:18:18 -05:00
control first shot at general command/definition model 2010-07-17 12:07:41 -04:00
datatype improving incremental compilation 2010-10-22 21:55:16 -04:00
env * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
io split load-time project structure scope resolution into two phases 2011-01-25 22:14:02 -05:00
log introduce sbt.log.format for explicit formatting control 2010-12-02 19:18:08 -05:00
process add another Process constructor 2010-09-27 18:50:17 -04:00