diff options
-rw-r--r-- | compiler/GHC/Builtin/primops.txt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp index a7c7c3a4cf..1e66fd2f2b 100644 --- a/compiler/GHC/Builtin/primops.txt.pp +++ b/compiler/GHC/Builtin/primops.txt.pp @@ -3311,7 +3311,7 @@ primtype BCO { Primitive bytecode type. } primop AddrToAnyOp "addrToAny#" GenPrimOp - Addr# -> (# a #) + Addr# -> (# v #) { Convert an 'Addr#' to a followable Any type. } with code_size = 0 |