f = (1, 2)
g = let (a, b) = f in (aとbを使う式)

で束縛できるでしょ。