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
Alex D
GHC
Commits
e276ed78
Commit
e276ed78
authored
Sep 24, 2013
by
unknown
Browse files
Comments only
parent
36035d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/basicTypes/DataCon.lhs
View file @
e276ed78
...
...
@@ -999,6 +999,9 @@ dataConCannotMatch tys con
%* *
%************************************************************************
buildAlgTyCon is here because it is called from TysWiredIn, which in turn
depends on DataCon, but not on BuildTyCl.
\begin{code}
buildAlgTyCon :: Name
-> [TyVar] -- ^ Kind variables and type variables
...
...
@@ -1037,7 +1040,7 @@ buildAlgTyCon tc_name ktvs roles cType stupid_theta rhs
These two 'promoted..' functions are here because
* They belong together
* 'prmoteDataCon' depends on DataCon stuff
* 'pr
o
moteDataCon' depends on DataCon stuff
\begin{code}
promoteDataCon :: DataCon -> TyCon
...
...
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