Module docstring
{"# Unions of finite sets
This file defines the union of a family t : α → Finset β of finsets bounded by a finset
s : Finset α.
Main declarations
Finset.disjUnion: Given a hypothesishwhich states that finsetssandtare disjoint,s.disjUnion t his the set such thata ∈ disjUnion s t hiffa ∈ sora ∈ t; this does not require decidable equality on the typeα.Finset.biUnion: Finite unions of finsets; given an indexing functionf : α → Finset βand ans : Finset α,s.biUnion fis the union of all finsets of the formf afora ∈ s.
TODO
Remove Finset.biUnion in favour of Finset.sup.
"}