Skip to content

Commit 898248f

Browse files
dwincortDaniel
andauthored
Remove the MINIMAL pragma from Pretty. (#219)
Resolves #218 Co-authored-by: Daniel <[email protected]>
1 parent c2fcded commit 898248f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

prettyprinter/src/Prettyprinter/Internal.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ class Pretty a where
278278
prettyList :: [a] -> Doc ann
279279
prettyList = align . list . map pretty
280280

281-
{-# MINIMAL pretty #-}
282-
283281
-- $
284282
-- Issue #67: Nested lists were not aligned with »pretty«, leading to non-pretty
285283
-- output, violating the Pretty class law.

0 commit comments

Comments
 (0)