From: sewardj Date: Mon, 17 Sep 2001 13:46:26 +0000 (+0000) Subject: [project @ 2001-09-17 13:46:26 by sewardj] X-Git-Tag: Approximately_9120_patches~967 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f33a892d841ff1b406c9b21380ceebc5ac470479;p=ghc-hetmet.git [project @ 2001-09-17 13:46:26 by sewardj] Give a fixity declaration for seq. --- diff --git a/ghc/lib/std/PrelGHC.hi-boot.pp b/ghc/lib/std/PrelGHC.hi-boot.pp index c9c7ba4..51850e0 100644 --- a/ghc/lib/std/PrelGHC.hi-boot.pp +++ b/ghc/lib/std/PrelGHC.hi-boot.pp @@ -431,6 +431,7 @@ __export PrelGHC -- Export PrelErr.error, so that others do not have to import PrelErr __export PrelErr error ; +infixr 0 seq ; -------------------------------------------------- instance {CCallable Charzh} = zdfCCallableCharzh;