X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelConc.lhs;h=f2b7b0180fd4400e3bcb21ad851e26b7395f27fa;hb=e921b2e307532e0f30eefa88b11a124be592bde4;hp=e327827f48c3b8a16bf53f531f0342a9eb03ced3;hpb=f7989a6dea8c43352f363117d9bb07439953ccdc;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelConc.lhs b/ghc/lib/std/PrelConc.lhs index e327827..f2b7b01 100644 --- a/ghc/lib/std/PrelConc.lhs +++ b/ghc/lib/std/PrelConc.lhs @@ -44,7 +44,7 @@ import PrelIOBase ( IO(..), MVar(..), unsafePerformIO ) import PrelBase ( Int(..) ) import PrelException ( Exception(..), AsyncException(..) ) -infixr 0 `par` +infixr 0 `par`, `seq` \end{code} %************************************************************************