aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/list.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/list.spad.pamphlet')
-rw-r--r--src/algebra/list.spad.pamphlet4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/list.spad.pamphlet b/src/algebra/list.spad.pamphlet
index 57fabad7..c14d11b3 100644
--- a/src/algebra/list.spad.pamphlet
+++ b/src/algebra/list.spad.pamphlet
@@ -340,7 +340,7 @@ List(S:Type): Exports == Implementation where
if S has ConvertibleTo InputForm then
convert(x:%):InputForm ==
- convert concat(convert("construct"::Symbol)@InputForm,
+ convert concat(convert('construct)@InputForm,
[convert a for a in (x pretend List S)]$List(InputForm))
@
@@ -625,6 +625,8 @@ AssociationList(Key:SetCategory, Entry:SetCategory):
<<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