purescript-0.12.0: tests/purs/failing/PrimRow.purs
-- @shouldFailWith UnknownName
module Main where
import Prelude
-- The 'Cons' class is not imported here, so we should not be able to refer to
-- it in the module.
import Prim.Row ()
x :: Cons "hello" Int () ("hello" :: Int)
=> Unit
x = unit