In the previous post on first class composable events in F# , we talked mostly about the underlying types and the basic composition that you can achieve through the Event module. By using the basic combinators of map, filter, partition, etc, we are able...