summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLiyana <nliyanaam@smu.edu.sg>2020-11-10 17:06:35 +0800
committerLiyana <nliyanaam@smu.edu.sg>2020-11-10 17:06:35 +0800
commit33aad1b8de0b8387426155870c98adf35e400962 (patch)
treeba19358675a58ce02e008d79e9f06008c3d6aa9a /src
parentdc6dd988bc77bc95bc5a5855e1031f4169c1b4b8 (diff)
Deleted redundant pattern match
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GF/Grammar/Canonical.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/Grammar/Canonical.hs b/src/compiler/GF/Grammar/Canonical.hs
index 4adff02f2..0df3236ff 100644
--- a/src/compiler/GF/Grammar/Canonical.hs
+++ b/src/compiler/GF/Grammar/Canonical.hs
@@ -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 "="