:shortdesc: Enable late lambda lifting on the STG intermediate
...
...
@@ -1065,8 +1065,9 @@ by saying ``-fno-wombat``.
:default: on
Switch on the strictness analyser. The
implementation is described in the paper `Theory and Practice of Demand Analysis in Haskell`<https://www.microsoft.com/en-us/research/wp-content/uploads/2017/03/demand-jfp-draft.pdf>`__.
Switch on the strictness analyser. The implementation is described in the
paper `Theory and Practice of Demand Analysis in Haskell