summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/primops.txt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Builtin/primops.txt.pp')
-rw-r--r--compiler/GHC/Builtin/primops.txt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp
index acd84c0926..3a76c33819 100644
--- a/compiler/GHC/Builtin/primops.txt.pp
+++ b/compiler/GHC/Builtin/primops.txt.pp
@@ -3658,7 +3658,7 @@ section "Etc"
------------------------------------------------------------------------
primtype FUN m a b
- {The builtin function type, written in infix form as @a # m -> b@.
+ {The builtin function type, written in infix form as @a % m -> b@.
Values of this type are functions taking inputs of type @a@ and
producing outputs of type @b@. The multiplicity of the input is
@m@.