Structurally

scala.meta.contrib.equality.Structurally
See theStructurally companion class
object Structurally

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A <: Tree](tree: A): Structurally[A]
def equal(a: Tree, b: Tree): Boolean

Implicits

Implicits

implicit def StructuralEq[A <: Tree]: Equal[Structurally[A]]
implicit def toStructural[A <: Tree](e: A): Structurally[A]