1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

provide explicit kind signature for t

This commit is contained in:
Ayman Nadeem 2020-05-04 19:24:55 -04:00
parent 46a3b615a7
commit 8e70dea238

View File

@ -28,7 +28,7 @@ import Source.Source as Source
import Tags.Tag
import qualified Tags.Tagging.Precise as Tags
class ToTags t where
class ToTags (t :: ((* -> *) -> * -> *)) where
tags ::
( Has (Reader Source) sig m,
Has (Writer Tags.Tags) sig m