Package edu.cornell.cs.apl.viaduct.syntax

Types

Host
Link copied to clipboard
data class Host(name: String) : Name, Comparable<Host>

A participant in the distributed computation.

HostStyle
Link copied to clipboard
object HostStyle : Style

The display style of Hosts.

Name
Link copied to clipboard
interface Name : PrettyPrintable

An object that names things.