Skip to main content
Module

x/fun/refinement.ts>Refinement

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

Type Parameters

A
B extends A
definition: (a: A) => a is B