We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1097e73 commit 9048030Copy full SHA for 9048030
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