Fix typo "lazy y x" -> "lazy y"
[ghc-hetmet.git] / compiler / prelude / primops.txt.pp
index e8b85ab..16149d9 100644 (file)
@@ -1794,7 +1794,7 @@ pseudoop   "lazy"
 
        {\tt par :: a -> b -> b}
 
-       {\tt par x y = case (par\# x) of \_ -> lazy y x}
+       {\tt par x y = case (par\# x) of \_ -> lazy y}
 
        If {\tt lazy} were not lazy, {\tt par} would look strict in {\tt y} which
        would defeat the whole purpose of {\tt par}.