1
0
forked from GitHub/gf-core

Deleted redundant pattern match

This commit is contained in:
Liyana
2020-11-10 17:06:35 +08:00
parent dc6dd988bc
commit 33aad1b8de

View File

@@ -265,7 +265,6 @@ instance PPA LinPattern where
RecordPattern r -> block r
TuplePattern ps -> "<"<>punctuate "," ps<>">"
WildPattern -> pp "_"
_ -> parens p
instance RhsSeparator LinPattern where rhsSep _ = pp "="