We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1097e73 + 9048030 commit 201cf5dCopy full SHA for 201cf5d
src/Data/Formatter/DateTime.purs
@@ -69,7 +69,8 @@ data FormatterCommand
69
| MillisecondsTwoDigits
70
| Placeholder String
71
72
-derive instance eqFormatterCommand ∷ Eq (FormatterCommand)
+derive instance eqFormatterCommand ∷ Eq FormatterCommand
73
+derive instance ordFormatterCommand ∷ Ord FormatterCommand
74
derive instance genericFormatter ∷ Generic FormatterCommand _
75
instance showFormatter ∷ Show FormatterCommand where
76
show = genericShow
0 commit comments