given_Pretty_Term

scalus.uplc.Term.given_Pretty_Term
object given_Pretty_Term extends Pretty[Term]

Pretty[Term] instance with rainbow brackets based on nesting depth

Attributes

Graph
Supertypes
trait Pretty[Term]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def pretty(term: Term, style: Style): Doc

Pretty print to a Doc in concise format

Pretty print to a Doc in concise format

Attributes

Inherited methods

def prettyDetailed(a: Term, style: Style = ...): Doc

Pretty print to a Doc in detailed format. Defaults to pretty if not overridden.

Pretty print to a Doc in detailed format. Defaults to pretty if not overridden.

Attributes

Inherited from:
Pretty