Skip to content

Instantly share code, notes, and snippets.

@Profpatsch
Profpatsch / sets.nix
Last active December 29, 2020 17:03
Nix set library
# A set library, using attrsets with hashed keys as internal representation.
{ lib }:
let
/* The empty set.
Type: sets.empty :: <set a>