Module docstring
{"# Functions defined piecewise on a finset
This file defines Finset.piecewise: Given two functions f, g, s.piecewise f g is a function
which is equal to f on s and g on the complement.
TODO
Should we deduplicate this from Set.piecewise?
"}