FlatmappableFn
import { FlatmappableFn } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn.ts";The canonical implementation of Flatmappable for Fn. It contains the methods of, ap, map, join, and flatmap.
const FlatmappableFn: Flatmappable<KindFn>;