mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
Return unit explicitly.
This commit is contained in:
parent
7108915e21
commit
c6189128b6
@ -156,4 +156,4 @@ instance (Foldable f, GToTag g) => GToTag (f :.: g) where
|
|||||||
gtag = mapM_ gtag . unComp1
|
gtag = mapM_ gtag . unComp1
|
||||||
|
|
||||||
instance GToTag U1 where
|
instance GToTag U1 where
|
||||||
gtag _ = pure mempty
|
gtag _ = pure ()
|
||||||
|
Loading…
Reference in New Issue
Block a user