mirror of
https://github.com/github/semantic.git
synced 2025-01-03 21:16:12 +03:00
This should probably be non-empty.
This commit is contained in:
parent
e5f9d1ed28
commit
fd6b44e1a8
@ -43,4 +43,4 @@ instance GMergeable [] where
|
||||
|
||||
instance GMergeable Maybe where
|
||||
gmerge f (Just a) = Just <$> f a
|
||||
gmerge _ Nothing = empty
|
||||
gmerge _ Nothing = pure empty
|
||||
|
Loading…
Reference in New Issue
Block a user