From 235f448cfdf7b6c1f1664cd32fa769670bdd0d6c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Mon, 17 Jan 2022 22:40:01 +0000 Subject: =?UTF-8?q?Implement=20monadic=20=E2=8D=AA=20(table)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index b96e793..8ec4e78 100644 --- a/apl9.h +++ b/apl9.h @@ -199,6 +199,7 @@ Array *fnEnclose(Array *); Array *fnNest(Array *); Array *fnIndexGenerator(Array *); Array *fnRavel(Array *); +Array *fnTable(Array *); Array *fnShape(Array *); Array *fnReverseLast(Array *); Array *fnReverseFirst(Array *); -- cgit v1.2.3