I would like to list all fixity declarations in Quasiquote monad so I am able to pass all the infix operators from Haskell grammar to my Quasiquote grammar.
Is there any method in template-haskell which allows me to do so please? I can't find any.
Thanks.