Skip to main content
Module

x/fun/option.ts>constNone

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
function constNone
import { constNone } from "https://deno.land/x/fun@v2.0.0/option.ts";

The constNone is a thunk that returns the canonical none instance.

Type Parameters

optional
A = never