packages feed

purescript-0.14.0: tests/purs/failing/CoercibleRoleMismatch3.purs

-- @shouldFailWith RoleMismatch
module Main where

data T r (p :: Type) n = T r n

type role T representational phantom nominal

data U a = U (T a a a)

type role U representational