Two trees are structurally equal if their .show[Structure] is equal.
This implementation is however more efficient that doing
a.structure == b.structure.
This member is added by an implicit conversion from Structurally[A] to
any2stringadd[Structurally[A]] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from Structurally[A] to
meta.XtensionClassifiable[Structurally[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api.
This conversion will take place only if an implicit value of type Classifiable[Structurally[A]] is in scope.
This member is added by an implicit conversion from Structurally[A] to
meta.XtensionClassifiable[Structurally[A]] performed by method XtensionClassifiable in scala.meta.classifiers.Api.
This conversion will take place only if an implicit value of type Classifiable[Structurally[A]] is in scope.
This member is added by an implicit conversion from Structurally[A] to
meta.XtensionShow[Structurally[A]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
Definition Classes
XtensionShow
defstructure: String
Implicit information
This member is added by an implicit conversion from Structurally[A] to
meta.XtensionStructure[Structurally[A]] performed by method XtensionStructure in scala.meta.prettyprinters.Api.
This conversion will take place only if an implicit value of type prettyprinters.Structure[Structurally[A]] is in scope.
Definition Classes
XtensionStructure
final defsynchronized[T0](arg0: ⇒ T0): T0
Definition Classes
AnyRef
defsyntax: String
Implicit information
This member is added by an implicit conversion from Structurally[A] to
meta.XtensionSyntax[Structurally[A]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api.
This conversion will take place only if an implicit value of type prettyprinters.Syntax[Structurally[A]] is in scope.
Represents structural equality between trees
Two trees are structurally equal if their .show[Structure] is equal. This implementation is however more efficient that doing a.structure == b.structure.