(1) What is the exact meaning of the various tags in
src/algebra/exposed.lsp?
(2) By which rule should one enter a domain/category/package to one of
the lists |basic| or |categories|, etc.?
Ralf
------- structure of exposed.lsp --------
(in-package "BOOT")
(setq |$globalExposureGroupAlist|
'(
;;define the groups |basic| |naglink| |anna| |categories|
|Hidden| |defaults|
(|basic| ...)
(|categories| ...)
(|Hidden| ...)
(|defaults| ...)
)
)
(setq |$localExposureDataDefault|
(VECTOR
(LIST
;;These groups will be exposed
'|basic|
'|categories|
)
(LIST
;;These constructors will be explicitly exposed
)
(LIST
;;These constructors will be explicitly hidden
)
))
(setq |$localExposureData| (copy-seq |$localExposureDataDefault|))
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/c52fd867-d90e-2244-4a2d-11a051c547fc%40hemmecke.org.