variable fximport { fx } from "https://deno.land/x/fun@v2.0.0/examples/fx.ts"; type<Y, R, A>(f: () => Generator<Y, R, A>) => Fx<Y, R, A>