summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T13837.stderr
blob: 53700b5a7a49661220c0ef67327148a8511cfe0b (plain)
1
2
3
4
5
6
7
8
9
10

T13837.hs:9:5: error:
    • The exact Name ‘Fam’ is not in scope
        Probable cause: you used a unique Template Haskell name (NameU), 
        perhaps via newName, but did not bind it
        If that's it, then -ddump-splices might be useful
    • In the argument of reifyInstances: Fam_0
      In the untyped splice:
        $(do fam_name <- newName "Fam"
             stringE . show =<< qReifyInstances fam_name [])