diff options
author | sjakie | 2001-06-27 11:40:14 +0000 |
---|---|---|
committer | sjakie | 2001-06-27 11:40:14 +0000 |
commit | e90363fa408c242509729fc9c5deb691cf0eaefe (patch) | |
tree | 53f1282eb4b52a5cc8afb1b9cb50458bcc637e7d /frontend/unitype.icl | |
parent | generate .depend for current dcl module (diff) |
Sjaak: Improved dynamics, not yet finished.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@505 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.icl')
-rw-r--r-- | frontend/unitype.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/unitype.icl b/frontend/unitype.icl index c8926dd..a40f0f8 100644 --- a/frontend/unitype.icl +++ b/frontend/unitype.icl @@ -347,6 +347,8 @@ where | changed = (True, [t0:ts], subst, ls) = (False, ts0, subst, ls) + lift modules cons_vars (TFA vars type) subst ls + = abort "lift (TFA) (unitype.icl)" lift modules cons_vars type subst ls = (False, type, subst, ls) |