Guest User

Untitled

a guest
Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. > console-project
  2. [info] Starting scala interpreter...
  3. [info]
  4. import sbt._
  5. import Process._
  6. import Keys._
  7. import currentState._
  8. import extracted._
  9. Welcome to Scala version 2.9.1.RC4 (OpenJDK 64-Bit Server VM, Java 1.6.0_20).
  10. Type in expressions to have them evaluated.
  11. Type :help for more information.
  12.  
  13. scala> :implicits
  14. /* 1 implicit members imported from sbt.Extracted */
  15. /* 1 defined in sbt.Extracted */
  16. implicit val showKey: sbt.Show[sbt.Project.ScopedKey[_]]
  17.  
  18. scala> :imports
  19. 1) import java.lang._ (151 types, 156 terms)
  20. 2) import scala._ (798 types, 804 terms)
  21. 3) import scala.Predef._ (16 types, 167 terms, 96 are implicit)
  22. 4) import Keys._ (253 terms)
  23. 5) import currentState._ (48 terms)
  24. 6) import extracted._ (2 types, 50 terms, 1 are implicit)
Add Comment
Please, Sign In to add comment