packages feed

purescript-0.7.2.0: examples/failing/TypeClasses2.purs

-- @shouldFailWith NoInstanceFound
module Main where

import Prelude ()

class Show a where
  show :: a -> String

test = show "testing"