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