import * as mod from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/flatmappable.ts";Flatmappable is a structure that allows a function that returns the concrete structure to be applied to the value inside of the same type of concrete structure. The resultant nested structure is then flattened.
| createBind | |
| createFlatmappable | |
| 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. |
| Flatmappable | A Flatmappable structure. |