blob: 84a03ddc862613a46f67693cbaf54aeefb7c107c (
plain)
1
2
3
4
5
6
7
8
9
|
T10796b.hs:8:15: error:
• Exception when trying to run compile-time code:
Can't construct a pattern from name Data.Set.Internal.fromList
CallStack (from HasCallStack):
error, called at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1203:22 in template-haskell:Language.Haskell.TH.Syntax
Code: (dataToPatQ (const Nothing) (fromList "test"))
• In the untyped splice:
$(dataToPatQ (const Nothing) (fromList "test"))
|