Skip to content

Commit

Permalink
Make a single Char printable
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 24, 2023
1 parent d30c4e8 commit 4656172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/printable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import fulminate.*

object Printable:
given text: Printable[Text] = identity(_)
given char: Printable[Char] = _.toString.tt
given message: Printable[Message] = _.text

@capability
Expand Down

0 comments on commit 4656172

Please sign in to comment.