packages feed

purescript-0.7.2.0: examples/failing/MissingClassMemberExport.purs

-- @shouldFailWith TransitiveExportError
module Test (Foo) where

import Prelude

class Foo a where
  bar :: a -> a