diff options
author | martinw | 1999-12-20 15:17:22 +0000 |
---|---|---|
committer | martinw | 1999-12-20 15:17:22 +0000 |
commit | d18b1c951eb3b8eaa298bb64b9c1833481eb4d1b (patch) | |
tree | 4ef88132be4dbf18366d1e7ed66b3aafd782cee1 /frontend/parse.icl | |
parent | bugfix (diff) |
fixing bug in module trans
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;}
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@68 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/parse.icl')
0 files changed, 0 insertions, 0 deletions