diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp index 06a3022cd59c3fa8eabb50fc4e69a86baa01be98..2a4c58cde71e75b6b2192a1d3bba013ed1ca5aff 100644 --- a/compiler/GHC/Builtin/primops.txt.pp +++ b/compiler/GHC/Builtin/primops.txt.pp @@ -3821,7 +3821,7 @@ pseudoop "coerce" This function is representation-polymorphic, but the 'RuntimeRep' type argument is marked as 'Inferred', meaning that it is not available for visible type application. This means - the typechecker will accept @'coerce' @'Int' @Age 42@. + the typechecker will accept @'coerce' \@'Int' \@Age 42@. } ------------------------------------------------------------------------