packages feed

purescript-0.12.0: tests/purs/passing/ClassRefSyntax/Lib.purs

module Lib (class X, go) where

class X a where
  go :: a -> a