1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Return unit explicitly.

This commit is contained in:
Rob Rix 2019-09-24 16:09:31 -04:00
parent 7108915e21
commit c6189128b6
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -156,4 +156,4 @@ instance (Foldable f, GToTag g) => GToTag (f :.: g) where
gtag = mapM_ gtag . unComp1
instance GToTag U1 where
gtag _ = pure mempty
gtag _ = pure ()