Skip to content

Instantly share code, notes, and snippets.

@eguneys
Created April 8, 2019 22:34
Show Gist options
  • Save eguneys/36294fdfc18227bca2d00c731a3506d5 to your computer and use it in GitHub Desktop.
Save eguneys/36294fdfc18227bca2d00c731a3506d5 to your computer and use it in GitHub Desktop.
object Sides {
import scalalib.Zero.Syntax
def apply[A : Zero]: Sides[A] = Sides(
zero[A],
zero[A],
zero[A],
zero[A]
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment