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
Glasgow Haskell Compiler
GHC
Commits
c14920f7
Commit
c14920f7
authored
Dec 29, 2006
by
davve@dtek.chalmers.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing case for documented types in the type desugarer
parent
374c57e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
compiler/typecheck/TcHsType.lhs
compiler/typecheck/TcHsType.lhs
+3
-0
No files found.
compiler/typecheck/TcHsType.lhs
View file @
c14920f7
...
...
@@ -506,6 +506,9 @@ ds_type full_ty@(HsForAllTy exp tv_names ctxt ty)
ds_type (HsSpliceTy {}) = panic "ds_type: HsSpliceTy"
ds_type (HsDocTy ty _) -- Remove the doc comment
= dsHsType ty
dsHsTypes arg_tys = mappM dsHsType arg_tys
\end{code}
...
...
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