LabellingSyntax

treelog.LogTreeSyntax.LabellingSyntax
implicit class LabellingSyntax[V](w: DescribedComputation[V])

Syntax for labeling root nodes of trees in DescribedComputions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ~>(description: String): DescribedComputation[V]

This method is syntactic sugar for description ~< w

This method is syntactic sugar for description ~< w

Attributes