Skip to main content
Module

x/fun/mod.ts>option.none

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
variable option.none
import { option } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { none } = option;

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>