Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 27, 2024
1 parent fce400e commit b087a24
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 71 deletions.
2 changes: 1 addition & 1 deletion syntax/src/main/scala/chester/syntax/Tree.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trait Tree[RootTree <: Tree[RootTree]] extends Any {
)
final def descent2(f: TreeMap[RootTree]): ThisTree = descent(
{ x =>
implicit val ev33: ThisTree <:< RootTree = ev3(using x)
implicit val ev33: x.ThisTree <:< RootTree = ev3(using x)
f.use(x)
},
f
Expand Down
Loading

0 comments on commit b087a24

Please sign in to comment.