**** -package:composition

**** is the generalisation of Applicative's <*>. (You probably won't need to use this except to define ProductProfunctor instances. In your own code <*> should be sufficient.)
Compose two signal networks on the same clock in data-parallel. At one tick of cl, both networks are stepped.
Generates a 5-tuple using its arguments to generate the parts.