diff options
author | sjakie | 2001-09-06 12:47:42 +0000 |
---|---|---|
committer | sjakie | 2001-09-06 12:47:42 +0000 |
commit | 7a13d486a0d986c6f453b46cef3d3adb5cba3001 (patch) | |
tree | 01ec3e976f150ac7b75673d4bf903885ea4a505d /frontend/refmark.icl | |
parent | This commit was generated by cvs2svn to compensate for changes in r751, (diff) |
bug fix: Improved unification algoritm for kinds
Universally quantified types (parsing and inference)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@753 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/refmark.icl')
-rw-r--r-- | frontend/refmark.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/refmark.icl b/frontend/refmark.icl index 477242f..6ed1d44 100644 --- a/frontend/refmark.icl +++ b/frontend/refmark.icl @@ -579,7 +579,7 @@ where has_observing_base_type (VI_Type {at_type} _) type_def_infos subst = has_observing_type at_type type_def_infos subst - has_observing_base_type (VI_FAType _ {at_type}) type_def_infos subst + has_observing_base_type (VI_FAType _ {at_type} _) type_def_infos subst = has_observing_type at_type type_def_infos subst has_observing_base_type _ type_def_infos subst = abort "has_observing_base_type (refmark.icl)" |