As far as I can tell from the gensyms, you're trying to do that in a template. 
Try adding a {.used.} pragma to your variable, like so:
    
    
    let (a {.used.}, b) = getATuple(sth)
    
    
    Run

Reply via email to