I have a simple class that has an instance for Int and []/Array in Haskell/PureScript:
Int
[]
Array
HS:
class C c where f :: c -&