1open Wonka_types; 2 3let subscribe: ((.'a) => unit, sourceT('a)) => subscriptionT; 4let forEach: ((.'a) => unit, sourceT('a)) => unit;