function combineimport { combine } from "https://deno.land/x/fun@v2.0.0/contrib/free.ts"; combine<A>(second: Free<A>): (first: Free<A>) => Free<A>Type ParametersAParameterssecond: Free<A>Returns(first: Free<A>) => Free<A>