diff options
author | johnvg | 2007-04-13 10:19:33 +0000 |
---|---|---|
committer | johnvg | 2007-04-13 10:19:33 +0000 |
commit | 89bcff9652fe4421ce9672806effb2956a2480c3 (patch) | |
tree | 1ddd845331724259d3f54bb718baed290e9bff26 /frontend/partition.icl | |
parent | implement {# and {! in array comprehensions that create a new array (diff) |
implement newtype
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1672 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/partition.icl')
-rw-r--r-- | frontend/partition.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/partition.icl b/frontend/partition.icl index 071cc0a..63aeeef 100644 --- a/frontend/partition.icl +++ b/frontend/partition.icl @@ -464,7 +464,7 @@ where = find_calls fc_info expr fc_state find_calls fc_info (FreeVar _) fc_state = abort "FreeVar" - find_calls fc_info (Constant _ _ _ _) fc_state + find_calls fc_info (Constant _ _ _) fc_state = abort "Constant" find_calls fc_info (ClassVariable _) fc_state = abort "ClassVariable" |