Skip to content

Commit

Permalink
adding ppGroup to ppshow
Browse files Browse the repository at this point in the history
  • Loading branch information
davdar committed Jun 18, 2024
1 parent 00c0232 commit 92bf2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UVMHS/Lib/Pretty/RenderANSI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ ppRenderNoFmtNarrow =
id

ppshow (Pretty a) a 𝕊
ppshow = ppRenderNoFmtWide pretty
ppshow = ppRenderNoFmtWide ppGroup pretty

pprint (Pretty a) a IO ()
pprint x = out $ ppRender $ ppGroup $ pretty x
Expand Down

0 comments on commit 92bf2b9

Please sign in to comment.