Unbreak Haddock markup
[ghc-hetmet.git] / compiler / prelude / primops.txt.pp
index 8d9bbc8..e8b85ab 100644 (file)
@@ -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}.