aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/mset.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/mset.spad.pamphlet')
-rw-r--r--src/algebra/mset.spad.pamphlet4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/mset.spad.pamphlet b/src/algebra/mset.spad.pamphlet
index 42d505f4..6e6a1d44 100644
--- a/src/algebra/mset.spad.pamphlet
+++ b/src/algebra/mset.spad.pamphlet
@@ -98,7 +98,7 @@ Multiset(S: SetCategory): MultisetAggregate S with
if S has ConvertibleTo InputForm then
convert(ms:%):InputForm ==
- convert [convert("multiset"::Symbol)@InputForm,
+ convert [convert('multiset)@InputForm,
convert(parts ms)@InputForm]
members(ms:%):List S == keys ms.table
@@ -298,6 +298,8 @@ Multiset(S: SetCategory): MultisetAggregate S with
<<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