diff options
Diffstat (limited to 'src/algebra/sets.spad.pamphlet')
-rw-r--r-- | src/algebra/sets.spad.pamphlet | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/sets.spad.pamphlet b/src/algebra/sets.spad.pamphlet index 5f373d4d..49bcab03 100644 --- a/src/algebra/sets.spad.pamphlet +++ b/src/algebra/sets.spad.pamphlet @@ -71,7 +71,7 @@ Set(S:SetCategory): FiniteSetAggregate S == add if S has ConvertibleTo InputForm then convert(x:%):InputForm == - convert [convert("set"::Symbol)@InputForm, + convert [convert('set)@InputForm, convert(parts x)@InputForm] if S has OrderedSet then @@ -192,6 +192,8 @@ Set(S:SetCategory): FiniteSetAggregate S == add <<license>>= --Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. --All rights reserved. +--Copyright (C) 2007-2009, Gabriel Dos Reis. +--All rights reserved. -- --Redistribution and use in source and binary forms, with or without --modification, are permitted provided that the following conditions are |