From: Markus Triska Date: Thu, 25 Feb 2021 21:40:31 +0000 (+0100) Subject: add entry for library(lambda) X-Git-Tag: v0.9.0~150^2~15^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=dd64268bc721f33e03271ddc76862639705208b1;p=scryer-prolog.git add entry for library(lambda) --- diff --git a/README.md b/README.md index 2c86d620..c15c6b8b 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,8 @@ The modules that ship with Scryer Prolog are also called file, reading lazily only as much as is needed. Due to the compact internal string representation, also extremely large files can be efficiently processed with Scryer Prolog in this way. +* [`lambda`](src/lib/lambda.pl) + Lambda expressions to simplify higher order programming. * [`charsio`](src/lib/charsio.pl) Various predicates that are useful for parsing and reasoning about characters, notably `char_type/2` to classify characters according to their type, and conversion