purescript-0.15.15: tests/purs/failing/StandaloneKindSignatures1.purs
-- @shouldFailWith KindsDoNotUnify module Main where data Pair :: forall k. k -> k -> Type data Pair a b = Pair test = Pair :: Pair Int "foo"
-- @shouldFailWith KindsDoNotUnify module Main where data Pair :: forall k. k -> k -> Type data Pair a b = Pair test = Pair :: Pair Int "foo"