diff options
author | martinw | 2000-01-03 12:30:14 +0000 |
---|---|---|
committer | martinw | 2000-01-03 12:30:14 +0000 |
commit | a594b552e9a38a139cf90cb47474e6246c678d2d (patch) | |
tree | 99f3fec27cd0b006614ca1400429f2c453eb6685 /frontend/checksupport.dcl | |
parent | \" as escape char (diff) |
compile time pattern matching only took linearity into account but
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)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@71 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.dcl')
0 files changed, 0 insertions, 0 deletions