diff options
Diffstat (limited to 'src/algebra/lmdict.spad.pamphlet')
-rw-r--r-- | src/algebra/lmdict.spad.pamphlet | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/lmdict.spad.pamphlet b/src/algebra/lmdict.spad.pamphlet index 557f7aaf..1d8cc8a1 100644 --- a/src/algebra/lmdict.spad.pamphlet +++ b/src/algebra/lmdict.spad.pamphlet @@ -66,7 +66,7 @@ ListMultiDictionary(S:SetCategory): MultiDictionary(S) with if S has ConvertibleTo InputForm then convert(lmd:%):InputForm == - convert [convert("dictionary"::Symbol)@InputForm, + convert [convert('dictionary)@InputForm, convert(parts lmd)@InputForm] map(f, s) == dictionary map(f, parts s) @@ -159,6 +159,8 @@ ListMultiDictionary(S:SetCategory): MultiDictionary(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 |