From b3a0bac5a7f1efa42aec807217b7d96d7e0ff983 Mon Sep 17 00:00:00 2001 From: sforman Date: Mon, 31 Jul 2023 10:44:38 -0700 Subject: [PATCH] Oops, that is not a definition of `first`. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index abd493a..ca341bb 100644 --- a/README.md +++ b/README.md @@ -274,10 +274,9 @@ They could be grouped: Many of these could be definitions, but we don't want to be completely minimal at the cost of efficiency, eh? - first == [[clear] dip] infra rest == [pop] infra -Also, custom error messages are nice? (E.g. `first` and `rest` have distinct errors from `pop` and `dip`, at least in the current design.) +Also, custom error messages are nice? (E.g. `rest` has a distinct error from `pop`, at least in the current design.) ### AND, OR, XOR, NOT -- 2.11.0