Previously, the Event type came with filter and mapMaybe. However,
these both existed within Filterable, and the partition functions
could also be implemented.
This PR implements the Filterable interface, and re-exports the
Filterable module from FRP.Event.
Previously, the
Event
type came withfilter
andmapMaybe
. However, these both existed withinFilterable
, and thepartition
functions could also be implemented.This PR implements the Filterable interface, and re-exports the Filterable module from FRP.Event.