improving insertion of type for forall.
This commit is contained in:
3
Check.hs
3
Check.hs
@@ -91,7 +91,8 @@ style :: PprStyle
|
||||
style = mkUserStyle neverQualify AllTheWay
|
||||
|
||||
showSDoc :: SDoc -> String
|
||||
showSDoc d = map toNull . Pretty.showDocWith ZigZagMode $ d style
|
||||
--showSDoc d = map toNull . Pretty.showDocWith ZigZagMode $ d style
|
||||
showSDoc d = map toNull . Pretty.showDocWith PageMode $ d style
|
||||
where
|
||||
toNull '\n' = '\0'
|
||||
toNull x = x
|
||||
|
||||
Reference in New Issue
Block a user