diff options
author | mizunashi_mana <axnnoindexr11@gmail.com> | 2019-05-17 02:49:50 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-27 10:06:27 -0400 |
commit | dcd843accc5554e1401987f1e7461dd836223daa (patch) | |
tree | 209a86e4b8d49469b53b6c64c6ef5ef1b00622c7 | |
parent | 01f8e39032f9fd86a23e5bbb7dbf1aca3a3d114d (diff) | |
download | haskell-dcd843accc5554e1401987f1e7461dd836223daa.tar.gz |
Fix typo of primop format
-rw-r--r-- | compiler/prelude/primops.txt.pp | 2 |
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 |