io.kjaer.compiletime
package io.kjaer.compiletime
Type members
Classlikes
Type-class used to materialize the singleton type of a Shape.
Type-class used to materialize the singleton type of a Shape.
This is useful to implicitly convert a type-level representation of a Shape to a term representing the same Shape, for instance by using the shapeOf method:
shapeOf[SNil.type] //=> SNil
shapeOf[1 #: 2 #: SNil] //=> 1 #: 2 #: SNil
- Companion
- object