Skip to content

Commit

Permalink
Off-by-negation.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 12, 2023
1 parent ebc49fe commit e51c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-src-meta/src/Language/Haskell/Meta/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ decCons (DataD _ _ _ _ cons _) = cons
decCons (NewtypeD _ _ _ _ con _) = [con]
decCons _ = []

#if MIN_VERSION_template_haskell(2,21,0)
#if !MIN_VERSION_template_haskell(2,21,0)
type TyVarBndrVis = TyVarBndrUnit
#endif

Expand Down

0 comments on commit e51c299

Please sign in to comment.