Skip to content

Instantly share code, notes, and snippets.

@dnaumenko
Created January 22, 2021 14:16
Show Gist options
  • Save dnaumenko/35e169b548bb735a8d33c61271c4de35 to your computer and use it in GitHub Desktop.
Save dnaumenko/35e169b548bb735a8d33c61271c4de35 to your computer and use it in GitHub Desktop.
tp_sc_2
sealed trait Or
trait Left extends Or
trait Right extends Or
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment