Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
1e8b1ba6
Commit
1e8b1ba6
authored
May 08, 2001
by
Ronny Wichers Schreur
🏘
Browse files
removed uniqueness attribute in ConvertState type definition
(ConvertState is attributed where it's use uniquely)
parent
b5045cf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/convertcases.icl
View file @
1e8b1ba6
...
...
@@ -10,11 +10,11 @@ exactZip [] []
exactZip
[
x
:
xs
][
y
:
ys
]
=
[(
x
,
y
)
:
exactZip
xs
ys
]
::
*
ConvertState
=
::
ConvertState
=
{
ci_new_functions
::
![
FunctionInfoPtr
]
,
ci_fun_heap
::
!
*
FunctionHeap
,
ci_var_heap
::
!
*
VarHeap
,
ci_expr_heap
::
!
*
ExpressionHeap
,
ci_fun_heap
::
!
.
FunctionHeap
,
ci_var_heap
::
!
.
VarHeap
,
ci_expr_heap
::
!
.
ExpressionHeap
,
ci_next_fun_nr
::
!
Index
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment