Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 29, 2024
1 parent cf0f7d4 commit 7286e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syntax/shared/src/main/scala/chester/syntax/Tree.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package chester.syntax

import chester.utils.reuse

import scala.language.implicitConversions

trait Tree[A <: Tree[A]] extends Any {
type RootTree = A
type ThisTree <: Tree[A]
Expand Down

0 comments on commit 7286e78

Please sign in to comment.