diff options
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/any.spad.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/any.spad.pamphlet b/src/algebra/any.spad.pamphlet index 56da387a..42a50805 100644 --- a/src/algebra/any.spad.pamphlet +++ b/src/algebra/any.spad.pamphlet @@ -338,7 +338,7 @@ Scope(): Public == Private where Private ==> add import Contour empty() == - _$EmptyEnvironment$Lisp @ % + '(()) contours s == s pretend List(Contour) @@ -395,7 +395,7 @@ Environment(): Public == Private where Private ==> add empty() == - LIST(_$EmptyEnvironment$Lisp)$Lisp @ % + '((())) scopes e == e pretend List(Scope) |