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