- 24 Jan, 2000 1 commit
-
-
Sjaak Smetsers authored
-
- 19 Jan, 2000 2 commits
-
-
Martin Wierich authored
trans.icl: improving sjaaks changes that yielded revision 1.17 parse.icl: bugfix: The following program led into "could not determine the type of this record" module t5 :: R1 = { f :: Int } :: R2 = { f :: Int } :: R3 = { g :: R1 } g x = { x & g.R1.f = 1 }
-
Sjaak Smetsers authored
-
- 18 Jan, 2000 1 commit
-
-
Martin Wierich authored
character
-
- 17 Jan, 2000 2 commits
-
-
Sjaak Smetsers authored
-
Martin Wierich authored
-
- 13 Jan, 2000 1 commit
-
-
Martin Wierich authored
Check Error [case_bug.icl,18,f]:"_" illegal combination of patterns f t = case t of {(a,2) -> 1; _ | False -> 2; (a,b) -> 3;}; - typesupport.icl: small typo - trans.icl: small optimisation
-
- 12 Jan, 2000 2 commits
-
-
Pieter Koopman authored
-
Pieter Koopman authored
-
- 04 Jan, 2000 1 commit
-
-
Martin Wierich authored
-
- 03 Jan, 2000 1 commit
-
-
Martin Wierich authored
not whether an argument of a constructor is in normal form case [a] of { [b]->(b,b) } transformed to let b=a in (b,b) now it transfroms to (a,a)
-
- 22 Dec, 1999 2 commits
-
-
Pieter Koopman authored
-
Pieter Koopman authored
-
- 20 Dec, 1999 1 commit
-
-
Martin Wierich authored
before case x of { 1->1; _ -> case C of { A -> 2 }} transformed to case x of { 1->1; _ -> neverMatchingCase } now it transforms to case x of { 1->1;}
-
- 15 Dec, 1999 1 commit
-
-
Martin Wierich authored
-
- 14 Dec, 1999 2 commits
-
-
Ronny Wichers Schreur authored
-
Sjaak Smetsers authored
-
- 10 Dec, 1999 2 commits
-
-
Ronny Wichers Schreur authored
-
Martin Wierich authored
-
- 03 Dec, 1999 1 commit
-
-
Martin Wierich authored
completing Sjaak's changes in module trans caused by exchanging the transform and convertcases phases
-
- 01 Dec, 1999 1 commit
-
-
Sjaak Smetsers authored
- dictionary arguments added properly - coercion of function types
-
- 29 Nov, 1999 1 commit
-
-
Sjaak Smetsers authored
-
- 24 Nov, 1999 1 commit
-
-
Ronny Wichers Schreur authored
-
- 23 Nov, 1999 1 commit
-
-
Sjaak Smetsers authored
-
- 19 Nov, 1999 1 commit
-
-
Sjaak Smetsers authored
-
- 17 Nov, 1999 2 commits
-
-
Ronny Wichers Schreur authored
-
Sjaak Smetsers authored
-
- 16 Nov, 1999 3 commits
-
-
Sjaak Smetsers authored
-
Pieter Koopman authored
-
Pieter Koopman authored
-
- 15 Nov, 1999 4 commits
-
-
Sjaak Smetsers authored
-
Sjaak Smetsers authored
-
Sjaak Smetsers authored
function determinePriority added
-
Martin Wierich authored
-
- 12 Nov, 1999 5 commits
-
-
Sjaak Smetsers authored
-
Martin Wierich authored
-
Sjaak Smetsers authored
-
Martin Wierich authored
-
Martin Wierich authored
-
- 11 Nov, 1999 1 commit
-
-
Sjaak Smetsers authored
-