libretto.exec.Execution.scala Maven / Gradle / Ivy
The newest version!
package libretto.exec
trait Execution {
type InPort[A]
type OutPort[B]
}
package libretto.exec
trait Execution {
type InPort[A]
type OutPort[B]
}