Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/e276ed7894291e5f5f44dc225b129d1eac2d4e59/ghc
>--------------------------------------------------------------- commit e276ed7894291e5f5f44dc225b129d1eac2d4e59 Author: unknown <simo...@msrc-4971295.europe.corp.microsoft.com> Date: Tue Sep 24 19:59:25 2013 +0100 Comments only >--------------------------------------------------------------- e276ed7894291e5f5f44dc225b129d1eac2d4e59 compiler/basicTypes/DataCon.lhs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/basicTypes/DataCon.lhs b/compiler/basicTypes/DataCon.lhs index 78dfd23..ad56290 100644 --- a/compiler/basicTypes/DataCon.lhs +++ b/compiler/basicTypes/DataCon.lhs @@ -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 + * 'promoteDataCon' depends on DataCon stuff \begin{code} promoteDataCon :: DataCon -> TyCon _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits