type alias Linkimport { type Link } from "https://deno.land/x/fun@v2.0.0/contrib/free.ts"; Type ParametersAdefinition: { readonly tag: "Link"; readonly first: Free<A>; readonly second: Free<A>; }