(λ _ _ : A, x) is not id, it is a two-argument form of const.
(λ _ _ : A, x)
id
const.
(λ x _ : A, x) is not constant, it is the identity in the first argument.
(λ x _ : A, x)