summaryrefslogtreecommitdiff
path: root/test/files/run/kind-repl-command.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add :kind command to REPLEugene Yokota2013-04-201-0/+12
:kind command diplays the kind of types and type constructors in Scala syntax notation. scala> :kind (Int, Int) => Int scala.Function2's kind is F[-A1,-A2,+A3]