|  |  | last edited 7 years ago by test1 | 
| 1 2 3 | ||
| Editor: test1 Time: 2018/03/10 15:20:15 GMT+0 | ||
| Note: | ||
added:
From test1 Sat Mar 10 15:20:15 +0000 2018
From: test1
Date: Sat, 10 Mar 2018 15:20:15 +0000
Subject: 
Message-ID: <20180310152015+0000@axiom-wiki.newsynthesis.org>
Status: open => not reproducible 
        
For example: The following category has a dependent type (the signature of m depends on T):
(1) -> <aldor> #include "axiom"
MyCat(T: Type,m: (T, T) -> T): Category == with { d:((T, T)->T)->(T->T); default { d(f:(T, T)->T):(T->T) == (t:T):T +-> f(t, t) } }</aldor> 
Compiling FriCAS source code from file 
      /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/mycat.as 
      using Aldor compiler and options 
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y $FRICAS/algebra -I $FRICAS/algebra
      Use the system command )set compiler args to change these 
      options.
"/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/mycat.as",
   The )library system command was not called after compilation.Compilation of the following domain fails. It has a dependent type involving the category.
#include "axiom"
#library MyCat "mycat.ao";
import from MyCat;
MyDom: with { 
   c:(%,
   coerce(x:Integer):% == per(x);
   c(a: %,
   Compiling FriCAS source code from file 
      /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/6062601343572286651-25px002.as
      using Aldor compiler and options 
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y $FRICAS/algebra -I $FRICAS/algebra
      Use the system command )set compiler args to change these 
      options.
"/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/6062601343572286651-25px002.as",
   The )library system command was not called after compilation.with the error message:
Compiler bug...Bug: gen0Syme: syme unallocated by gen0Vars