1
1
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:
Rob Rix 2016-07-26 15:32:30 -04:00
parent e5f9d1ed28
commit fd6b44e1a8

View File

@ -43,4 +43,4 @@ instance GMergeable [] where
instance GMergeable Maybe where instance GMergeable Maybe where
gmerge f (Just a) = Just <$> f a gmerge f (Just a) = Just <$> f a
gmerge _ Nothing = empty gmerge _ Nothing = pure empty