purescript-0.15.15: tests/purs/failing/4158.purs
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude data Maybe a = Just a | Nothing evil :: forall a b. Maybe (Record (foo :: Int | a)) -> Maybe (Record (foo :: Int | b)) evil r = r
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude data Maybe a = Just a | Nothing evil :: forall a b. Maybe (Record (foo :: Int | a)) -> Maybe (Record (foo :: Int | b)) evil r = r