scala.meta.contrib.equality.TreeEquality.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalameta_native0.5_2.13 Show documentation
Show all versions of scalameta_native0.5_2.13 Show documentation
Scalameta umbrella module that includes all public APIs
package scala.meta.contrib.equality
import scala.meta.Tree
/** Helper type used to help typechecker default to structural equality. */
trait TreeEquality[+A <: Tree]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy