mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 13:42:50 -06:00
GF.Haskell: small pretty printing improvement
This commit is contained in:
@@ -142,5 +142,5 @@ instance PPA Pat where
|
|||||||
VarP x -> pp x
|
VarP x -> pp x
|
||||||
Lit s -> pp s
|
Lit s -> pp s
|
||||||
ConP c [] -> pp c
|
ConP c [] -> pp c
|
||||||
AsP x p -> x<>"@"<>parens p
|
AsP x p -> x<>"@"<>ppA p
|
||||||
_ -> parens p
|
_ -> parens p
|
||||||
|
|||||||
Reference in New Issue
Block a user