Skip to content

Commit 6879807

Browse files
committed
fix tags for ghc86
1 parent be0e74f commit 6879807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/functora/src/tags/Functora/TagsFamily.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type family lhs |&| rhs where
7373

7474
type MaybeGetTag k tags = MaybeGetTagFamily ('Nothing :: Maybe k) k tags tags
7575

76-
type GetTag k tags = GetTagFamily k tags (MaybeGetTag k tags)
76+
type GetTag k tags = (GetTagFamily k tags (MaybeGetTag k tags :: Maybe k) :: k)
7777

7878
type HasTag (v :: k) tags =
7979
( SingI v,

0 commit comments

Comments
 (0)