The program

-----------------------------------------------
CATDOC ==> Recod(sx: SExpression, dc: String)
)abbrev domain XGETDB GetDataBase
GetDataBase: with
    documentation: SExpression -> List CATDOC
  == add
    documentation(x: SExpression): List CATDOC == empty()$List(CATDOC)
-----------------------------------------------

leads to the following error message

(1) -> )co foo.spad
   Compiling FriCAS source code from file
      /home/hemmecke/foo.spad using old system compiler.
   Illegal NRLIB
   XGETDB.NRLIB claims that its constructor name is the domain
      GetDataBase but GetDataBase is already known to be the for
      package XGETDB .
   XGETDB abbreviates domain GetDataBase
------------------------------------------------------------------------
   initializing NRLIB XGETDB for GetDataBase
   compiling into NRLIB XGETDB
   compiling local documentation : SExpression -> List Recod(sx:
SExpression,dc: String)

   >> Apparent user error:
    documentation  is local and exported

To find out from that message that I misspelled "Record" was really
really hard. :-(

Can there something done about it?

Ralf

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to