Skip to content

Commit

Permalink
making it final
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed May 4, 2020
1 parent a4898c4 commit 20e92aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object hlist {
}
}

case class HCons[+H, +Tail <: HList](head: H, tail: Tail) extends HList
final case class HCons[+H, +Tail <: HList](head: H, tail: Tail) extends HList
case object HNil extends HList

/**
Expand Down

0 comments on commit 20e92aa

Please sign in to comment.