import { option } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { AltOption } = option;
The canonical implementation of Alt for Option. It contains the methods alt and map
type
Alt<KindOption>
import { option } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { AltOption } = option;
The canonical implementation of Alt for Option. It contains the methods alt and map