Skip to content

Commit

Permalink
Fix the usage example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viercc committed Aug 3, 2023
1 parent 8a790ae commit 6271964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchable-th/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import Data.Matchable.TH ( deriveInstances )

-- Test case for using [], tuple, and another Bimatchable instance
data BiG a b = BiG0 | BiG1 [a] [b] | BiG2 (Int, BiF a b)
deriving (Show, Eq)
deriving (Show, Eq, Functor)

deriveInstances [d|
deriving instance Bifunctor BiG
Expand Down

0 comments on commit 6271964

Please sign in to comment.