diff options
| author | Liyana <nliyanaam@smu.edu.sg> | 2020-11-10 17:06:35 +0800 |
|---|---|---|
| committer | Liyana <nliyanaam@smu.edu.sg> | 2020-11-10 17:06:35 +0800 |
| commit | 33aad1b8de0b8387426155870c98adf35e400962 (patch) | |
| tree | ba19358675a58ce02e008d79e9f06008c3d6aa9a /src | |
| parent | dc6dd988bc77bc95bc5a5855e1031f4169c1b4b8 (diff) | |
Deleted redundant pattern match
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler/GF/Grammar/Canonical.hs | 1 |
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 "=" |
