packages feed

purescript-0.15.15: tests/purs/passing/TransitiveImportUnnamedInstance/Test.purs

module Test where

import Prelude

class TestCls a where
  test :: a -> a

instance TestCls Unit where
  test _ = unit