Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
PLMZ
iTypes
Commits
efabcfbd
Commit
efabcfbd
authored
Aug 22, 2019
by
André Pacak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add unused code that should be there
parent
e7e43255
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/ExtendedTLC/EliminateContextArgument.hs
src/ExtendedTLC/EliminateContextArgument.hs
+2
-0
No files found.
src/ExtendedTLC/EliminateContextArgument.hs
View file @
efabcfbd
...
...
@@ -257,6 +257,8 @@ checkType p@(InR t _) = do
checkType
t
checkType
p
@
(
Case
e
n1
t1
n2
t2
_
)
=
do
ty
<-
requiredType
p
ety
<-
inferType
e
(
ty1
,
ty2
)
<-
matchSum
ety
(
show
e
)
checkType
t1
checkType
t2
checkType
t
=
do
...
...
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