filter.lift

A variant on bind using a function g taking a set instead of a member of α. This is essentially a push-forward along a function mapping each set to a filter.

filter.lift'

Specialize lift to functions set α set β. This can be viewed as a generalization of map. This is essentially a push-forward along a function mapping each set to a set.