This package browser is in early development. Mind the rough edges.

guile-srfi-128 0.1.0

SRFI 128 Comparators (reduced) port for Guile

This package provides an implementation of SRFI 128 for Guile. SRFI 128 defines comparators, which bundles a test type predicate, an equality predicate, an ordering predicate and a hash function into a single Scheme object. This can be used in the implementation of data structures. This package re-uses the SRFI sample implementation.

Installation

Install guile-srfi-128 0.1.0 as follows:

guix install guile-srfi-128@0.1.0

Or install the latest version:

guix install guile-srfi-128

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.