From 3330e6ed47c71b87bb79c5e277214a36d3f2ad3b Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 14 Jan 2022 13:09:26 +0000 Subject: Add code to simplify arrays of nested scalars, sometimes created by functions or operators --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index a2d0e3d..3317e3b 100644 --- a/apl9.h +++ b/apl9.h @@ -144,6 +144,7 @@ int simplescalar(Array *); Array *extend(Array *, Array *); int scalarextend(Array *, Array *, Array **, Array **); Array *arrayitem(Array *, int); +Array *simplifyarray(Array *); /* eval.c */ Datum *eval(Statement *); -- cgit v1.2.3