Skip to main content
Module

x/hkts/option.ts>none

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

The cannonical implementation of the None type. Since all None values are equivalent there is no reason to construct more than one object instance.

type

Option<never>