Skip to content

Commit 26f8fd1

Browse files
Add AllowAmbiguousTypes for test
1 parent cf81c96 commit 26f8fd1

File tree

1 file changed

+1
-1
lines changed
  • test/should-compile/GHC/TypeLits

1 file changed

+1
-1
lines changed

test/should-compile/GHC/TypeLits/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE DataKinds, RankNTypes, TypeFamilies, TypeOperators #-}
1+
{-# LANGUAGE DataKinds, RankNTypes, TypeFamilies, TypeOperators, AllowAmbiguousTypes #-}
22
{-# OPTIONS_GHC -fplugin TypeLevel.Rewrite
33
-fplugin-opt=TypeLevel.Rewrite:GHC.TypeLits.RewriteRules.NatRule
44
-fplugin-opt=TypeLevel.Rewrite:GHC.TypeLits.RewriteRules.SymbolRule #-}

0 commit comments

Comments
 (0)