packages feed

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

-- @shouldFailWith NoInstanceFound
module Main where

import Safe.Coerce (coerce)

data Unary a
data Binary a b

data Proxy a = Proxy
type role Proxy representational

unaryToBinary :: forall a. Proxy Unary -> Proxy (Binary a)
unaryToBinary = coerce