mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -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
|
||||
Lit s -> pp s
|
||||
ConP c [] -> pp c
|
||||
AsP x p -> x<>"@"<>parens p
|
||||
AsP x p -> x<>"@"<>ppA p
|
||||
_ -> parens p
|
||||
|
||||
Reference in New Issue
Block a user