Error found: in module Main at tests/purs/failing/CoercibleRepresentational3.purs:9:14 - 9:20 (line 9, column 14 - line 9, column 20) No type class instance was found for    Prim.Coerce.Coercible Int   String   while solving type class constraint    Prim.Coerce.Coercible (Rec1 Int)   (Rec1 String)   while checking that type forall (a :: Type) (b :: Type). Coercible @Type a b => a -> b is at least as general as type Rec1 Int -> Rec1 String while checking that expression coerce has type Rec1 Int -> Rec1 String in value declaration arr1ToArr1 See https://github.com/purescript/documentation/blob/master/errors/NoInstanceFound.md for more information, or to contribute content related to this error.