Skip to content

Commit

Permalink
Also added show instance for FillRuleA
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bracker committed Aug 23, 2013
1 parent ff8e3cd commit a38afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/TwoD/Path.hs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ runFillRule Winding = isInsideWinding
runFillRule EvenOdd = isInsideEvenOdd

newtype FillRuleA = FillRuleA (Last FillRule)
deriving (Typeable, Semigroup)
deriving (Typeable, Semigroup, Show)
instance AttributeClass FillRuleA

instance Default FillRuleA where
Expand Down

0 comments on commit a38afc1

Please sign in to comment.