Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-compiler-and-rts
compiler
Commits
636fe443
Commit
636fe443
authored
Oct 04, 2001
by
Ronny Wichers Schreur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused function makeCase
parent
0bc666e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
frontend/convertcases.icl
frontend/convertcases.icl
+0
-12
No files found.
frontend/convertcases.icl
View file @
636fe443
...
...
@@ -1159,18 +1159,6 @@ splitGuards (BasicPatterns basicType patterns)
splitGuards
(
OverloadedListPatterns
type
decons_expr
patterns
)
=
[
OverloadedListPatterns
type
decons_expr
[
pattern
]
\\
pattern
<-
patterns
]
makeCase
::
Expression
CasePatterns
->
Expression
makeCase
expr
guard
=
Case
{
case_expr
=
expr
,
case_guards
=
guard
,
case_default
=
No
,
case_ident
=
No
,
case_info_ptr
=
nilPtr
,
case_explicit
=
False
,
case_default_pos
=
NoPos
}
::
TypedVariable
=
{
tv_free_var
::
!
FreeVar
,
tv_type
::
!
AType
...
...
Write
Preview
Markdown
is supported
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