aboutsummaryrefslogtreecommitdiff
path: root/frontend/refmark.icl
diff options
context:
space:
mode:
authorsjakie2001-09-06 12:47:42 +0000
committersjakie2001-09-06 12:47:42 +0000
commit7a13d486a0d986c6f453b46cef3d3adb5cba3001 (patch)
tree01ec3e976f150ac7b75673d4bf903885ea4a505d /frontend/refmark.icl
parentThis 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.icl2
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)"