From: simonmar Date: Fri, 7 Apr 2000 10:56:18 +0000 (+0000) Subject: [project @ 2000-04-07 10:56:18 by simonmar] X-Git-Tag: Approximately_9120_patches~4777 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e6500a90b64e12076b050a140ff2e410ebb355dd;p=ghc-hetmet.git [project @ 2000-04-07 10:56:18 by simonmar] correct _S_ to __S. --- 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).