Re: memoizing function again
- To: mathgroup at smc.vnet.net
- Subject: [mg32619] Re: memoizing function again
- From: Paul Abbott <paul at physics.uwa.edu.au>
- Date: Thu, 31 Jan 2002 01:46:06 -0500 (EST)
- Organization: University of Western Australia
- References: <a2lkn5$htb$1@smc.vnet.net> <a2ong2$5uo$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <a2ong2$5uo$1 at smc.vnet.net>, kuska at informatik.uni-leipzig.de
wrote:
> ClearConstantArg[f_Symbol] :=
> DownValues[f] =
> DownValues[f] /. (Verbatim[HoldPattern][f[_Integer]] :> _) :>
> Sequence[]
>
> will do it. For what do wish to use Cases[] ?
Because Cases (or DeleteCases) is (slightly) more elegant?
ClearConstantArg[f_Symbol] :=
DownValues[f] = DeleteCases[DownValues[f],
Verbatim[HoldPattern][f[_Integer]] :> _]
Cheers,
Paul
--
____________________________________________________________________
Paul Abbott Phone: +61-8-9380-2734
Department of Physics Fax: +61-8-9380-1014
The University of Western Australia (CRICOS Provider No 00126G)
35 Stirling Highway
Crawley WA 6009 mailto:paul at physics.uwa.edu.au
AUSTRALIA http://physics.uwa.edu.au/~paul
God IS a weakly left-handed dice player
____________________________________________________________________