fun <A> exhaustive(as: List<A>): Exhaustive<A>
Returns an Exhaustive which provides the values from the given list.