From f33a892d841ff1b406c9b21380ceebc5ac470479 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 17 Sep 2001 13:46:26 +0000 Subject: [PATCH] [project @ 2001-09-17 13:46:26 by sewardj] Give a fixity declaration for seq. --- ghc/lib/std/PrelGHC.hi-boot.pp | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4