From 4f8e86b44ecc31056d0bd7af325b9bb239ddf7a0 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Tue, 12 Jun 2012 08:42:36 +0100 Subject: Revive 'mdo' expressions, per discussion in Trac #4148 Summary: - mdo expressions are enabled by RecursiveDo pragma - mdo expressions perform full segmentation - 'rec' groups inside 'do' are changed so they do *not* perform any segmentation. - Both 'mdo' and 'rec' are enabled by 'RecursiveDo' 'DoRec' is deprecated in favour of 'RecursiveDo' (The 'rec' keyword is also enabled by 'Arrows', as now.) Thanks to Levent for doing all the work --- docs/comm/genesis/modules.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/comm') diff --git a/docs/comm/genesis/modules.html b/docs/comm/genesis/modules.html index de59cce6d3..10cd7a8490 100644 --- a/docs/comm/genesis/modules.html +++ b/docs/comm/genesis/modules.html @@ -110,7 +110,7 @@ identifiers, expressions, rules, and their operations.

  • That is the end of the infrastructure. Now we get the - main layer of mdoules that perform useful work. + main layer of modules that perform useful work.

    • -- cgit v1.2.1