Skip to content

Commit

Permalink
D.S.TH.Syntax: Delete dead code (ADMatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 27, 2024
1 parent 68c5754 commit 8babd09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion singletons-th/src/Data/Singletons/TH/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ data ADPat = ADLitP Lit
ADPat DType
| ADWildP

data ADMatch = ADMatch VarPromotions ADPat ADExp
data ADClause = ADClause VarPromotions
[ADPat] ADExp

Expand Down

0 comments on commit 8babd09

Please sign in to comment.