packages feed

purescript-0.9.1: examples/passing/ClassRefSyntax/Lib.purs

module Lib (class X, go) where

class X a where
  go :: a -> a