- 14 May, 2001 2 commits
-
-
Martin Wierich authored
-
Martin Wierich authored
-
- 11 May, 2001 5 commits
-
-
Ronny Wichers Schreur authored
-
Martin Wierich authored
on the MS-DOS command line anymore, what a pitty
-
Martin Wierich authored
-
Martin Wierich authored
before typecheking (see new module "checkKindCorrectness")
-
Martin Wierich authored
-
- 10 May, 2001 4 commits
-
-
Martijn Vervoort authored
better its use.
-
Martijn Vervoort authored
- unused dynamics in where/let clauses do not cause a rule doesn't match error in overloading.icl instead they are ignored - default behaviour changed e.g. f (i :: Int, j :: Int) = abort "Int" f (r :: Real, s :: Real) = abort "Real" f _ = abort "stop" The compiler first matched on the tuple and then did the dynamic pattern matches. But the last match did not call the last (default) alternative if it did not match. - some small changes
-
Martijn Vervoort authored
tcl (type files)
-
Martijn Vervoort authored
error in overloading.icl
-
- 09 May, 2001 12 commits
-
-
Ronny Wichers Schreur authored
bail out if illegal command arguments are passed to the backend
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
removed comments
-
- 08 May, 2001 14 commits
-
-
Artem Alimarine authored
fixed bugs
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
(ConvertState is attributed where it's use uniquely)
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
(it's now together with ImportedConstructors)
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 04 May, 2001 3 commits
-
-
Martin Wierich authored
concerning specified instance types, that by far go beyond the standards of Clean 1.3.3
-
Martin Wierich authored
definition module spetiul f :: a | == a special a=Int
-
Martin Wierich authored
from StdEnv import == // instead of class ==(..) the _member_ "==" was imported resulting in complaints that the corresponding class was not imported
-