From 87ebda2011a8ef511b14d96728f01c419e5bb665 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Wed, 14 Mar 2007 15:15:17 +0000 Subject: [PATCH] Unbreak Haddock markup --- compiler/prelude/primops.txt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 8d9bbc8..e8b85ab 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1794,7 +1794,7 @@ pseudoop "lazy" {\tt par :: a -> b -> b} - {\tt par x y = case (par\# x) of \{ \_ -> lazy y \}} + {\tt par x y = case (par\# x) of \_ -> lazy y x} If {\tt lazy} were not lazy, {\tt par} would look strict in {\tt y} which would defeat the whole purpose of {\tt par}. -- 1.7.10.4