left
import { left } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/these.ts";Create a These that represents a complete failure.
@example
import { left } from "./these.ts";
const failure = left("Error occurred");
console.log(failure); // { tag: "Left", left: "Error occurred" }