Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed May 15, 2024
1 parent 4aebdfd commit 2cbd43b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ package pl.writeonly.catculator.core.adt.tree
enum BinaryTree[+A]:
case Leaf(leaf: A)
case Node(first: BinaryTree[A], follow: BinaryTree[A])

object BinaryTree {}

0 comments on commit 2cbd43b

Please sign in to comment.