1open Wonka_types; 2 3type callbagT('a); 4 5let fromCallbag: (callbagT('a), sinkT('a)) => unit; 6let toCallbag: sourceT('a) => callbagT('a);