purescript-0.9.1: examples/passing/TransitiveImport/Test.purs
module Test where import Prelude class TestCls a where test :: a -> a instance unitTestCls :: TestCls Unit where test _ = unit
module Test where import Prelude class TestCls a where test :: a -> a instance unitTestCls :: TestCls Unit where test _ = unit