Skip to content

Commit

Permalink
Merge pull request #29 from garyb/derive-ord
Browse files Browse the repository at this point in the history
Derive Ord for FormatterCommand
  • Loading branch information
garyb authored Aug 8, 2017
2 parents 1097e73 + 9048030 commit 201cf5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/Formatter/DateTime.purs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ data FormatterCommand
| MillisecondsTwoDigits
| Placeholder String

derive instance eqFormatterCommandEq (FormatterCommand)
derive instance eqFormatterCommandEq FormatterCommand
derive instance ordFormatterCommandOrd FormatterCommand
derive instance genericFormatterGeneric FormatterCommand _
instance showFormatterShow FormatterCommand where
show = genericShow
Expand Down

0 comments on commit 201cf5d

Please sign in to comment.