I have seen in a few libraries, Spray for example, dual package specifications like this:
package cc.spray
package http
// code
Is this just eye candy for package cc.spray.http, or is there a functional benefit to breaking the two apart like this?