Module docstring
{"# Finsets in product types
This file defines finset constructions on the product type α × β. Beware not to confuse with the
Finset.prod operation which computes the multiplicative product.
Main declarations
Finset.product: Turnss : Finset α,t : Finset βinto their product inFinset (α × β).Finset.diag: Fors : Finset α,s.diagis theFinset (α × α)of pairs(a, a)witha ∈ s.Finset.offDiag: Fors : Finset α,s.offDiagis theFinset (α × α)of pairs(a, b)witha, b ∈ sanda ≠ b. ","### prod "}