fail
import { fail } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/sync_either.ts";Create a SyncEither that always fails with the given error.
@example
import { fail } from "./sync_either.ts";
const failure = fail("Something went wrong");
const result = failure(); // Left("Something went wrong")