1open Wonka_types; 2 3let onPush: ((. 'a) => unit, sourceT('a), sinkT('a)) => unit; 4let tap: ((. 'a) => unit, sourceT('a), sinkT('a)) => unit;