Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
d1c640fe
Commit
d1c640fe
authored
Mar 14, 2003
by
Diederik van Arkel
Browse files
undo strictness changes until memory effects are clear
parent
5eb8c0d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Util/StrictList.dcl
View file @
d1c640fe
...
...
@@ -5,7 +5,7 @@ from StdClass import class ==
// Strict lists consume less space than normal lists
::
StrictList
a
=
SCons
!
a
!
(
StrictList
a
)
=
SCons
!
a
(
StrictList
a
)
|
SNil
instance
==
(
StrictList
a
)
|
==
a
...
...
Util/StrictList.icl
View file @
d1c640fe
...
...
@@ -3,7 +3,7 @@ implementation module StrictList
import
StdInt
,
StdMisc
,
StdBool
::
StrictList
a
=
SCons
!
a
!
(
StrictList
a
)
=
SCons
!
a
(
StrictList
a
)
|
SNil
instance
==
(
StrictList
a
)
|
==
a
where
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment