import { tree } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { getShowable } = tree;
Get an instance of Showable<Tree> from an instance of Showable.
Parameters
unnamed 0: Showable<A>
import { tree } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { getShowable } = tree;
Get an instance of Showable<Tree> from an instance of Showable.