Skip to content

Commit

Permalink
#517, add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed May 31, 2020
1 parent abc8564 commit 82d74f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hint/Pattern.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ foo !Bar { bar = x } = x -- Bar { bar = x }
{-# LANGUAGE BangPatterns #-}; l !(() :: ()) = x -- (() :: ())
foo x@_ = x -- x
foo x@Foo = x
otherwise = True
</TEST>
-}

Expand Down

0 comments on commit 82d74f0

Please sign in to comment.