summaryrefslogtreecommitdiff
path: root/compiler/prelude
diff options
context:
space:
mode:
authormizunashi_mana <axnnoindexr11@gmail.com>2019-05-17 02:49:50 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-27 10:06:27 -0400
commitdcd843accc5554e1401987f1e7461dd836223daa (patch)
tree209a86e4b8d49469b53b6c64c6ef5ef1b00622c7 /compiler/prelude
parent01f8e39032f9fd86a23e5bbb7dbf1aca3a3d114d (diff)
downloadhaskell-dcd843accc5554e1401987f1e7461dd836223daa.tar.gz
Fix typo of primop format
Diffstat (limited to 'compiler/prelude')
-rw-r--r--compiler/prelude/primops.txt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index 1b40083e10..0053c61152 100644
--- a/compiler/prelude/primops.txt.pp
+++ b/compiler/prelude/primops.txt.pp
@@ -33,7 +33,7 @@
--
-- The format of each primop entry is as follows:
--
--- primop internal-name "name-in-program-text" type category {description} attributes
+-- primop internal-name "name-in-program-text" category type {description} attributes
-- The default attribute values which apply if you don't specify
-- other ones. Attribute values can be True, False, or arbitrary