Skip to content

Commit

Permalink
vollo: remove tagging types in patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfowler committed Nov 30, 2023
1 parent 9e09b75 commit 91a2149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CircuitNotation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ bindWithSuffix dflags dir = \case
FwdExpr (L l _) -> L l (WildPat noExt)
#endif
FwdPat lpat -> tagP lpat
PortType ty p -> tagTypeP dir ty $ bindWithSuffix dflags dir p
PortType _ty p -> bindWithSuffix dflags dir p

revDirec :: Direction -> Direction
revDirec = \case
Expand Down

0 comments on commit 91a2149

Please sign in to comment.