Strings in lists are always equal
dabstract
andfabstract
are imploded ATerms. When they are lists of the same length with strings inside,<equal>
tells they are equal even when the strings are different. The following test code says “equal” as long as the lists have the same length and only strings inside:Submitted by Guido Wachsmuth on 2 June 2010 at 15:42
fabstract ;
dabstract ;
( (dabstract, fabstract) < “equal” + “unequal” ) ;
Issue Log
On 2 June 2010 at 17:47 Lennart Kats closed this issue.
On 2 June 2010 at 17:47 Lennart Kats commented:
Fixed in r20935.
Log in to post comments