import * as mod from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/failable.ts";Failable is a compound structure. It represents the idea of failure. As such
it includes methods for creating a failed data, providing alternative
data, and recovering from a failed state (effectively flatMapping from the
failed value).
| createTap | Create a tap function for a structure with instances of Wrappable and Flatmappable. A tap function allows one to break out of the functional codeflow. It is generally not advised to use tap for code flow but to consider an escape hatch to do things like tracing or logging. |