import * as fun from "https://deno.land/x/fun@v.2.0.0-alpha.11/alt.ts";
Interfaces
I Alt | An instance of Alt extends Functor and provides a new method called alt. This method takes two matching Kinds, left and right, and returns one of them. A good way to think of this is as a boolean or, where if the left kind is "false" then the right kind is returned. |