repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix #4398: Fix arg order to calls to laptimes
[maxima.git]
/
share
/
affine
/
sys-declaim.lisp
blob
72b57edd49e419af832f0fde4d7f894d14f461c0
1
(
in-package
"MAXIMA"
)
2
3
(
declaim
(
special
4
$new_fast_dotsimp
*
poly-simplifications
* *
simplify-rhs
*
5
*
must-replace-data
* *
xxx
*
$relationsb
*
in-linear-dich
*
6
*
all-dotsimp-denoms
*
$bil $denoms
))
7
8
;;; sys-declaim.lisp ends here