Created
January 22, 2021 14:16
-
-
Save dnaumenko/35e169b548bb735a8d33c61271c4de35 to your computer and use it in GitHub Desktop.
tp_sc_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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