softwaremill / diffx

Pretty diffs for scala case classes
Apache License 2.0
345 stars 30 forks source link

Provide `Diff[Unit]` #425

Open kubukoz opened 1 year ago

kubukoz commented 1 year ago

Something like:

implicit val diffUnit: Diff[Unit] = (_, _, _) => IdenticalValue("unit")