1
Fork 0

fix default for distinct/all in union in the pretty printer

This commit is contained in:
Jake Wheat 2014-04-09 18:31:14 +03:00
parent d8791e7725
commit 79fde02d81

View file

@ -193,8 +193,8 @@ which have been changed to try to improve the layout of the output.
> Intersect -> "intersect"
> Except -> "except")
> <+> case d of
> All -> empty
> Distinct -> text "distinct"
> All -> text "all"
> Distinct -> empty -- text "distinct"
> <+> case c of
> Corresponding -> text "corresponding"
> Respectively -> empty