purescript-0.12.0: tests/purs/failing/TypeClasses2.purs
-- @shouldFailWith NoInstanceFound module Main where import Prelude () class Show a where show :: a -> String test = show "testing"
-- @shouldFailWith NoInstanceFound module Main where import Prelude () class Show a where show :: a -> String test = show "testing"