- 24 Sep, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 21 Sep, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 06 Sep, 2001 1 commit
-
-
Sjaak Smetsers authored
Universally quantified types (parsing and inference)
-
- 31 Aug, 2001 1 commit
-
-
John van Groningen authored
-
- 30 Aug, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 27 Aug, 2001 1 commit
-
-
Sjaak Smetsers authored
Bug fix in reference marking
-
- 19 Jul, 2001 1 commit
-
-
Artem Alimarine authored
Fixed some bugs in generics
-
- 11 Jun, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 18 May, 2001 1 commit
-
-
Martin Wierich authored
-
- 11 May, 2001 1 commit
-
-
Martin Wierich authored
-
- 10 May, 2001 1 commit
-
-
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
-
- 04 May, 2001 1 commit
-
-
Martin Wierich authored
definition module spetiul f :: a | == a special a=Int
-
- 27 Apr, 2001 1 commit
-
-
Martin Wierich authored
class c m :: *(m Int) -> (m Int) is not accepted anymore
-
- 25 Apr, 2001 1 commit
-
-
Artem Alimarine authored
fromString is not yet supported some error handling improved parial instances are temporary disabled
-
- 20 Apr, 2001 1 commit
-
-
Martin Wierich authored
-
- 27 Mar, 2001 2 commits
-
-
Artem Alimarine authored
-
John van Groningen authored
changed Declaration type fixed crash when macro appears only in dcl module added make with caching in 'main' use BoxedIdent in hashtable
-
- 26 Mar, 2001 2 commits
-
-
John van Groningen authored
incorrect module and type index when the symbol is not defined or used with incorrect arity. This prevents a crash later in the compiler when the type is used again when expanding type synonyms resulting in an 'index out of range' error.
-
Martijn Vervoort authored
-
- 23 Mar, 2001 1 commit
-
-
Martin Wierich authored
-
- 20 Mar, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 13 Mar, 2001 1 commit
-
-
Artem Alimarine authored
Tested with compiling Object IO and butstrapping.
-
- 08 Mar, 2001 1 commit
-
-
Martijn Vervoort authored
- type variables - passing a list of directly imported dcl modules by an icl modules
-
- 13 Feb, 2001 1 commit
-
-
Martin Wierich authored
checking of a whole dcl module component --> now cyclic module dependencies should work
-
- 19 Jan, 2001 1 commit
-
-
Martin Wierich authored
-
- 16 Jan, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 12 Jan, 2001 1 commit
-
-
Martin Wierich authored
-
- 26 Oct, 2000 1 commit
-
-
Martin Wierich authored
"context restriction not allowed for fully polymorph instance" and "context restriction equals instance type"
-
- 25 Oct, 2000 1 commit
-
-
Martin Wierich authored
-
- 27 Sep, 2000 1 commit
-
-
clean authored
-
- 20 Sep, 2000 1 commit
-
-
Martin Wierich authored
-
- 01 Aug, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 20 Jun, 2000 1 commit
-
-
clean authored
-
- 15 Jun, 2000 1 commit
-
-
Martin Wierich authored
"PA_BUG" for the same purpose. MW removes his macro _untertaenig_ in favour of Sjaaks version
-
- 11 May, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 26 Apr, 2000 1 commit
-
-
Martin Wierich authored
-
- 17 Mar, 2000 1 commit
-
-
Martin Wierich authored
in "convertCasesOfFunctionsIntoPatterns" and "collectVariables") - new switch "SwitchUniquenessBug" in module checksupport - several bugfixes
-
- 21 Feb, 2000 1 commit
-
-
Martin Wierich authored
(new module: comparedefimp) - implemented array patterns. Further work: arrays are in lazy context (should be strict), currently only one dimensional arrays - optimised memory usage for explicit imports
-
- 16 Feb, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 07 Feb, 2000 1 commit
-
-
Sjaak Smetsers authored
-