Comment on The design of the Strict Haskell pragmaComments−ch10yDoes the bang pattern have the opposite semantics when Strict or StrictData pragmas are in use? Can one recover lazy semantics inside a Strict module? That would be convenient/confusing!−tome10yYou can use ~ to get lazy semantics, apparently.
Comments
Does the bang pattern have the opposite semantics when Strict or StrictData pragmas are in use? Can one recover lazy semantics inside a Strict module? That would be convenient/confusing!
You can use ~ to get lazy semantics, apparently.