summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-21 23:36:48 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-21 23:36:48 +0000
commit0df1eeecacb4f4e0c32e8d86320fca1efdc4bdda (patch)
treee93f29ef225910ad51b0787990ec871c11dcae8e /apl9.h
parent12e1d1fe6464964b2bee1b83b8524445fc2bbe2c (diff)
Implement ∘ and fix a bug in simplifyarray
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 92a5127..2b61a3d 100644
--- a/apl9.h
+++ b/apl9.h
@@ -268,6 +268,7 @@ Array *opEach(Datum *, Array *, Array *);
Array *opSwitch(Datum *, Array *, Array *);
/* Dyadic operators from operators.c */
+Array *opBind(Datum *, Datum *, Array *, Array *);
Array *opOver(Datum *, Datum *, Array *, Array *);
/* Dyadic functions from hybrids.c */