From 26023a903cc22130f96a50e6e09d205c412615da Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 26 Nov 2025 17:40:56 +0100 Subject: add package is --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index aad5a55..90ae517 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ My personal extension of the standard library, mostly containing foundational ge - [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern - [jsonmatch](./jsonmatch/): matching of encoded JSON payloads against fixed assertions +- [is](./is/): binary operations that are expressed in a curried style, e.g. `is.LessThan(b)(a) == a < b`, for use with `Option.IsSomeAnd()` etc. - [option](./option/): an Option type with strong isolation - [options](./options/): additional functions for type Option -- cgit v1.2.3