FlatmappableState
import { FlatmappableState } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/state.ts";The canonical implementation of Flatmappable for State. It contains the methods wrap, apply, map, join, and flatmap.
const FlatmappableState: Flatmappable<KindState>;