packages feed

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

module Lib (class X, go) where

class X a where
  go :: a -> a