forked from GitHub/gf-core
Deleted redundant pattern match
This commit is contained in:
@@ -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 "="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user