type alias Leftimport { type Left } from "https://deno.land/x/fun@v2.0.0/examples/hkts.ts"; Type ParametersBdefinition: { tag: "Left"; left: B; }