Skip to content
Snippets Groups Projects
Commit 18f63970 authored by Sebastian Graf's avatar Sebastian Graf Committed by Marge Bot
Browse files

Parser: Remove unused `apats` rule

parent 0cff083a
No related branches found
No related tags found
No related merge requests found
......@@ -3409,10 +3409,6 @@ argpats :: { [LPat GhcPs] }
apat :: { LPat GhcPs }
apat : aexp {% (checkPattern <=< runPV) (unECP $1) }
apats :: { [LPat GhcPs] }
: apat apats { $1 : $2 }
| {- empty -} { [] }
-----------------------------------------------------------------------------
-- Statement sequences
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment