From e6500a90b64e12076b050a140ff2e410ebb355dd Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 7 Apr 2000 10:56:18 +0000 Subject: [PATCH] [project @ 2000-04-07 10:56:18 by simonmar] correct _S_ to __S. --- ghc/docs/users_guide/sooner.sgml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ghc/docs/users_guide/sooner.sgml b/ghc/docs/users_guide/sooner.sgml index e7cae66..06cb083 100644 --- a/ghc/docs/users_guide/sooner.sgml +++ b/ghc/docs/users_guide/sooner.sgml @@ -375,11 +375,14 @@ Don't guess—look it up. Look for your function in the interface file, then for the third field -in the pragma; it should say _S_ <string>. The <string> -gives the strictness of the function's arguments. L is lazy -(bad), S and E are strict (good), P is “primitive” (good), -U(...) is strict and -“unpackable” (very good), and A is absent (very good). +in the pragma; it should say __S +<string>. The <string> gives +the strictness of the function's arguments. L is +lazy (bad), S and E are +strict (good), P is “primitive” +(good), U(...) is strict and +“unpackable” (very good), and A is +absent (very good). -- 1.7.10.4