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

T13837.hs:9:4: 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 [])