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 bd6bb6b commit bf9393cCopy full SHA for bf9393c
src/Data/HTTP/Method.purs
@@ -91,7 +91,7 @@ instance ordCustomMethod :: Ord CustomMethod where
91
compare = gCompare
92
93
instance showCustomMethod :: Show CustomMethod where
94
- show (CustomMethod m) = "CustomMethod " <> show m
+ show (CustomMethod m) = "(CustomMethod " <> show m <> ")"
95
96
fromString :: String -> Either Method CustomMethod
97
fromString s =
0 commit comments