packages feed

purescript-0.15.15: tests/purs/failing/TypeClasses2.purs

-- @shouldFailWith NoInstanceFound
module Main where

class Show a where
  show :: a -> String

test = show "testing"