Skip to content

Commit

Permalink
Fixed compile
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 29, 2024
1 parent 6fcf5b5 commit 9d236c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ trait Column[A]:

object Column extends TwiddleSyntax[Column]:

type Extract[A] <: Tuple = T match
type Extract[A] <: Tuple = A match
case Column[A] => t *: EmptyTuple
case Column[A] *: EmptyTuple => t *: EmptyTuple
case Column[A] *: ts => t *: Extract[ts]
Expand Down

0 comments on commit 9d236c8

Please sign in to comment.