Replace unused symbol name with underscore
This commit is contained in:
parent
d4c7fa5809
commit
e8a5ef4e86
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ renderURI u = uriToString id u ""
|
||||||
|
|
||||||
infixr 8 .=?
|
infixr 8 .=?
|
||||||
(.=?) :: ToJSON v => Text -> Maybe v -> Series
|
(.=?) :: ToJSON v => Text -> Maybe v -> Series
|
||||||
k .=? Nothing = mempty
|
_ .=? Nothing = mempty
|
||||||
k .=? (Just v) = k .= v
|
k .=? (Just v) = k .= v
|
||||||
|
|
Loading…
Reference in a new issue