diff options
author | johnvg | 2002-10-18 15:09:22 +0000 |
---|---|---|
committer | johnvg | 2002-10-18 15:09:22 +0000 |
commit | 2fe1253fd27d0764395231e4b1e3e6d3a7336dfa (patch) | |
tree | 8791f6738d0e24d7e5ba18ca5484b657458d6f02 /frontend/checktypes.icl | |
parent | add strict dot dot expressions, transform record update (diff) |
add boxed records
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1242 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checktypes.icl')
-rw-r--r-- | frontend/checktypes.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl index 76961ea..b8c1f13 100644 --- a/frontend/checktypes.icl +++ b/frontend/checktypes.icl @@ -1394,7 +1394,7 @@ where , td_args = td_args , td_attrs = [] , td_context = [] - , td_rhs = RecordType {rt_constructor = cons_symbol, rt_fields = { field \\ field <- reverse rev_fields } /*, rt_is_boxed_record=False*/} + , td_rhs = RecordType {rt_constructor = cons_symbol, rt_fields = { field \\ field <- reverse rev_fields }, rt_is_boxed_record=False} , td_attribute = TA_None , td_pos = NoPos , td_used_types = [] |