Motivated by #148 Imagine, we have two `.phi` files: ``` {[ a -> 42 ]} ``` and ``` {[ b -> 7 ]} ``` Would be great to have an ability to do this: ``` $ phino merge a.phi b.phi {[ a -> 42, b -> 7 ]} ```