purescript-0.10.2: examples/passing/2378.purs
module Main where import Control.Monad.Eff.Console (log) class Foo (a :: Symbol) instance fooX :: Foo "x" main = log "Done"
module Main where import Control.Monad.Eff.Console (log) class Foo (a :: Symbol) instance fooX :: Foo "x" main = log "Done"