)compile ORESUS.spad
Compiling FriCAS source code from file
/Users/lxj/Dropbox/SourceCode/MyProjects/ORESUS/test/ORESUS.spad
using old system compiler.
ORESUS abbreviates domain UnivariateSkewSeries
------------------------------------------------------------------------
initializing NRLIB ORESUS for UnivariateSkewSeries
compiling into NRLIB ORESUS
compiling exported coerce : R -> $
****** comp fails at level 2 with expression: ******
error in function coerce
(|construct| | << | (|::| (|construct| |r|) (|Stream| R)) | >> | 0
(|::| 0 (|OrderedCompletion| (|Integer|))))
****** level 2 ******
$x:= (:: (construct r) (Stream R))
$m:= R
$f:=
((((|r| # #) (|copy| #) (|setelt!| #) (|lo| #) ...)))
I'm pretty sure this file could be compiled before. It seems FriCAS has a lot of changes
The spad file is attached.