axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] getDomains


From: root
Subject: [Axiom-developer] getDomains
Date: Tue, 3 Mar 2009 08:03:54 -0500

Your function

getDomains(cat:Symbol):Set Symbol ==
 set map(d+->symbol first destruct first destruct d, destruct 
domainsOf(cat,nil)$Lisp)

can trigger an autoload of the browser if you add |domainsOf| to the
browser-functions list in util.lisp

alternatively, you can call:

)lisp (|browserAutoloadOnceTrigger|) 

before using the function.

Tim

         




reply via email to

[Prev in Thread] Current Thread [Next in Thread]