liftA2
https://qiita.com/kerupani129/items/c94f389c68a45f1e64d3
liftA2 f x y = f <$> x <*> y
f <$> m1 <*> m2