summaryrefslogtreecommitdiff
path: root/compiler/prelude
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-23 16:26:23 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-23 16:26:23 +0000
commiteb5196c48480c7dbec25aa175e43b9c20277f29c (patch)
tree6027a7473f2e862422eab6ecf2428a29c079e343 /compiler/prelude
parent64efee6225ac18e54919d1690073fa2404a74a6c (diff)
downloadhaskell-eb5196c48480c7dbec25aa175e43b9c20277f29c.tar.gz
Move seq's fixity declaration info primops.txt.pp
Diffstat (limited to 'compiler/prelude')
-rw-r--r--compiler/prelude/primops.txt.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index c6e1b47706..282165fff7 100644
--- a/compiler/prelude/primops.txt.pp
+++ b/compiler/prelude/primops.txt.pp
@@ -2091,6 +2091,7 @@ pseudoop "seq"
a -> b -> b
{ Evaluates its first argument to head normal form, and then returns its second
argument as the result. }
+ with fixity = infixr 0
primtype Any k
{ The type constructor {\tt Any} is type to which you can unsafely coerce any