Skip to main content
Module

x/hkts/option.ts>Some

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

The Some type represents the existence of a value.

definition: { tag: "Some"; value: V; }