packages feed

purescript-0.5.4.1: examples/failing/TypeClasses2.purs

module Main where

import Prelude ()

class Show a where
  show :: a -> String

test = show "testing"