Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!torn!cs.utexas.edu!uunet!haven.umd.edu!socrates!socrates!rockwell
From: rockwell@socrates.umd.edu (Raul Deluth Miller-Rockwell)
Subject: Re: Copulas in Hooks and Forks?
In-Reply-To: ted@cs.ruu.nl's message of Fri, 11 Dec 1992 08:56:55 GMT
Message-ID: <ROCKWELL.92Dec12123734@socrates.umd.edu>
Sender: rockwell@socrates.umd.edu (Raul Deluth Miller-Rockwell)
Organization: Traveller
References: <1992Dec10.202057.8331@cs.ruu.nl> <1992Dec11.085655.21075@cs.ruu.nl>
Date: Sat, 12 Dec 1992 17:37:34 GMT
Lines: 8

   a =. '(unbox1 box (x.f. @ unbox2))' : 1

try 
a =. '(unbox1 box (x. @ unbox2))' : 12

which should compile to tacit form, and which (if you have 5 included
in your function display types) has the display representation:
(@unbox2) (unbox1`box`) \
