Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
635ea064
Commit
635ea064
authored
Sep 14, 2008
by
Thomas Schilling
Browse files
Reflect changes of desugarer error reporting in VectMonad.
parent
73e0b2a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/vectorise/VectMonad.hs
View file @
635ea064
...
...
@@ -482,7 +482,9 @@ lookupFamInst tycon tys
initV
::
PackageId
->
HscEnv
->
ModGuts
->
VectInfo
->
VM
a
->
IO
(
Maybe
(
VectInfo
,
a
))
initV
pkg
hsc_env
guts
info
p
=
do
Just
r
<-
initDs
hsc_env
(
mg_module
guts
)
-- XXX: ignores error messages and warnings, check that this is
-- indeed ok (the use of "Just r" suggests so)
(
_
,
Just
r
)
<-
initDs
hsc_env
(
mg_module
guts
)
(
mg_rdr_env
guts
)
(
mg_types
guts
)
go
...
...
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