Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
40427 commits behind the upstream repository.
user avatar
Simon Peyton Jones authored
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
4f8e86b4
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.