import * as fun from "https://deno.land/x/fun@v2.0.0/sync_either.ts";
This file contains the SyncEither algebraic data type. SyncEither is an lazy function that takes no inputs and returns an Either. The intuition of a SyncEither is an IO call that can fail.