The function showSummary: % -> Void ++ showSummary(d) prints out implementation detail information ++ of domain `d'. returns the error message: >> System error: |getConstructorPredicateFromDB| is invalid as a function. fricas (1) -> showSummary(Integer) ... --Bill Page, Wed, 28 May 2008 16:42:33 -0700 reply Axiom Version: => /usr/local/lib/open-axiom/x86_64-unknown-linux/1.2.0-2008-05-25
fricas x:RomanNumeral:=1984
Type: RomanNumeral?
fricas showSummary(RomanNumeral)$Domaina typo in the name of the Lisp function. Now fixed. Here is what I meant by the comment on `builtin' domain: (2) -> showSummary Union(Integer,String) --------------------Predicate summary------------------- --------------------Attribute summary------------------- Union is an unknown constructor and so is unavailable. Did you mean to use -> but type something different instead? this is clearly not right. But the reason it is that way is that Union is a builtin constructor. Now showSummary works for non-builtin domains (when it doesn't it surely is a bug :-) Status: open => closed |