diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-07-25 10:44:38 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-25 17:26:03 -0400 |
commit | b9c99df1a4cdd23bcd26db7ae6ee7ee6464d654e (patch) | |
tree | c5b5a2a438b617d1fbf853003e7e3cd293a0da01 /docs/users_guide/debugging.rst | |
parent | cb495b3cb416be82e36dbb4eca10a68743ebc549 (diff) | |
download | haskell-b9c99df1a4cdd23bcd26db7ae6ee7ee6464d654e.tar.gz |
Printer: add an empty line between bindings in Rec STG binding groups
Before:
Rec {
x2_r10T :: Lib.Bar
[GblId, Unf=OtherCon []] =
CCS_DONT_CARE Lib.Bar! [x3_r10U];
x3_r10U :: Lib.Foo
[GblId, Unf=OtherCon []] =
CCS_DONT_CARE Lib.Foo! [x1_r10p x2_r10T];
end Rec }
After:
Rec {
x2_r10T :: Lib.Bar
[GblId, Unf=OtherCon []] =
CCS_DONT_CARE Lib.Bar! [x3_r10U];
x3_r10U :: Lib.Foo
[GblId, Unf=OtherCon []] =
CCS_DONT_CARE Lib.Foo! [x1_r10p x2_r10T];
end Rec }
Diffstat (limited to 'docs/users_guide/debugging.rst')
0 files changed, 0 insertions, 0 deletions