purescript-0.12.0: tests/purs/failing/RowInInstanceNotDetermined1.purs
-- @shouldFailWith InvalidInstanceHead
module Main where
import Prelude
-- `c` not mentioned in any fundeps
class C a b c | a -> b
instance c :: C Unit Unit {}
-- @shouldFailWith InvalidInstanceHead
module Main where
import Prelude
-- `c` not mentioned in any fundeps
class C a b c | a -> b
instance c :: C Unit Unit {}