packages feed

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

module UnsafeCoerce where

import Data.Unit (Unit)

newtype UnsafeCoerce a = UnsafeCoerce Unit

type role UnsafeCoerce representational