mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
we no longer need to support f :: (* -> *)
This commit is contained in:
parent
e48a0fe029
commit
ba3059d7f6
@ -29,7 +29,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
|
||||
|
Loading…
Reference in New Issue
Block a user