Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 297 Bytes

index.md

File metadata and controls

24 lines (17 loc) · 297 Bytes


val someVariable: Int = 2
trait RenderingContext
class Renderer(using RenderingContext)
val renderer: Renderer = Renderer()
  trait Ord:
    type Self

  trait SemiGroup:
    type Self
    extension (x: Self) def combine(y: Self): Self