purescript-0.10.3: examples/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 {}