purescript-0.14.0: tests/purs/failing/CoercibleRepresentational6.purs
-- @shouldFailWith NoInstanceFound module Main where import Safe.Coerce (coerce) import N (N(..)) unwrap :: forall a. N a -> a unwrap = coerce
-- @shouldFailWith NoInstanceFound module Main where import Safe.Coerce (coerce) import N (N(..)) unwrap :: forall a. N a -> a unwrap = coerce