Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
1e86cab4
Commit
1e86cab4
authored
Apr 25, 2016
by
Simon Peyton Jones
Browse files
Comments only
parent
a2abcf6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcPatSyn.hs
View file @
1e86cab4
...
...
@@ -412,6 +412,8 @@ tc_patsyn_finish lname dir is_infix lpat'
-- so there had better be no unification variables in there
univ_tvs'
<-
mapMaybeM
(
zonkQuantifiedTyVar
False
)
univ_tvs
;
ex_tvs'
<-
mapMaybeM
(
zonkQuantifiedTyVar
False
)
ex_tvs
-- ToDo: The False means that we behave here as if
-- -XPolyKinds was always on, which isn't right.
;
prov_theta'
<-
zonkTcTypes
prov_theta
;
req_theta'
<-
zonkTcTypes
req_theta
;
pat_ty'
<-
zonkTcType
pat_ty
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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