Dale Wijnand 41c7e9b85d Improve xsbti.Maybe
* Make Nothing a singleton
* Make Maybe's constructor private
* Optimise equals to use reference equality first
* Optimise Just.equals by having proper, non-anonymous subclasses
* Having non-anonymous subclasses makes them have nicer classnames
* Give Just a value() method
2016-10-31 15:33:39 +00:00
2016-10-31 15:33:39 +00:00
2016-10-27 11:43:34 +01:00
2016-04-07 12:47:36 +02:00
2016-09-12 23:11:20 -04:00
2016-06-19 13:06:43 +01:00
2016-10-27 11:43:34 +01:00
2014-04-14 12:16:06 -04:00
2014-04-14 12:16:06 -04:00
2015-08-20 01:02:40 -04:00

utility modules for sbt

cd sbt-modules/util-take2
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- build.sbt LICENSE NOTICE interface util/appmacro util/collection util/complete util/control util/log util/logic util/process util/relation cache' --prune-empty
git reset --hard
git gc --aggressive
git prune
S
Description
sbt, the interactive build tool
Readme
97 MiB
Languages
Scala 94.5%
Java 3.1%
Shell 1.1%
Batchfile 0.9%
Roff 0.2%
Other 0.1%