Type class instances are written with the instance keyword.
instance
Instance ::= instance Generics Path TypeArgs? Where? { Def,+ }
{{#include ../../../arc-lang/examples/type-class.arc:instance}}