Skip to main content
Module

x/hkts/option.ts>None

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias None
import { type None } from "https://deno.land/x/hkts@v0.0.52/option.ts";

The None type represents the non-existence of a value.

definition: { tag: "None"; }