packages feed

purescript-0.14.0: tests/purs/failing/CoercibleRepresentational8/UnsafeCoerce.purs

module UnsafeCoerce where

import Data.Unit (Unit)

newtype UnsafeCoerce a = UnsafeCoerce Unit

type role UnsafeCoerce representational