1
1
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:
Ayman Nadeem 2020-05-07 13:25:48 -04:00
parent e48a0fe029
commit ba3059d7f6

View File

@ -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