From 69d4a8f20cbc60bae27aef9a36857324a04c581f Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 28 Jan 2022 14:32:59 +0000 Subject: =?UTF-8?q?Implement=20disclose=20(monadic=20=E2=8A=83)?= 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 1502412..311bceb 100644 --- a/apl9.h +++ b/apl9.h @@ -299,6 +299,7 @@ Array *fnTally(Array *); Array *fnMix(Array *); Array *fnSplit(Array *); Array *fnEnclose(Array *); +Array *fnDisclose(Array *); Array *fnNest(Array *); Array *fnGradeUp(Array *); Array *fnGradeDown(Array *); -- cgit v1.2.3