//arrow-fx-stm/arrow.fx.stm.internal/pair
common fun <A> STM.pair(depth: Int, hash1: Int, branch1: Branch<A>, hash2: Int, branch2: Branch<A>): Hamt<A>
Do you like Arrow?