Skip to content

Commit

Permalink
Use Scala 3-5-style Showable typeclass instead of Show
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 12, 2024
1 parent 4338a83 commit d69e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/acyclicity.Dot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dot:

object Attachment:
// FIXME: This needs to include the port
given Show[Attachment] = _.id.key
given Attachment is Showable = _.id.key

case class Attachment(id: Id, compass: Option[CompassPoint] = None)

Expand Down

0 comments on commit d69e39a

Please sign in to comment.