SynapseGrid
SynapseGrid copied to clipboard
Research contact with self type
Two ways to achieve this:
- contact as object (singleton types).
val input
=>
object input extends Contact
- tags
sealed trait Input
val input = contact[A]@Input