How to use qualified template names in REPL queries?

Oh I see what the issue is:

daml> query @Paint.PaintHouse p

works fine and prints out the contratcs.

daml> cs <- query @Paint.PaintHouse p
daml> cs

fails.

That’s definitely a bug, we’ll look into it and get back to you when it’s fixed.

2 Likes