type alias Pureimport { type Pure } from "https://deno.land/x/fun@v2.0.0/examples/freer.ts"; Type Parameters_GAdefinition: { readonly tag: "Pure"; readonly value: A; }