X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FTysWiredIn.lhs;fp=ghc%2Fcompiler%2Fprelude%2FTysWiredIn.lhs;h=9dc312d2904386bdf9b7b251776a88abfd832f0e;hb=853e20a3eb86137cdb8accf69c6caa9db83a3d34;hp=7f78ecd449fc19951d88f21606c54ddcde78aa7f;hpb=ca739e852566d7e0bfd594e6d7bf08da04f78d3c;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/TysWiredIn.lhs b/ghc/compiler/prelude/TysWiredIn.lhs index 7f78ecd..9dc312d 100644 --- a/ghc/compiler/prelude/TysWiredIn.lhs +++ b/ghc/compiler/prelude/TysWiredIn.lhs @@ -485,7 +485,7 @@ mkPArrTy ty = mkTyConApp parrTyCon [ty] -- represents the type constructor of parallel arrays -- --- * this must match the definition in `PrelPArr' +-- * this must match the definition in `PrelPArr' -- -- NB: Although the constructor is given here, it will not be accessible in -- user code as it is not in the environment of any compiled module except @@ -511,7 +511,7 @@ isPArrTyCon tc = tyConName tc == parrTyConName -- fake array constructors -- --- * these constructors are never really used to represent array values; +-- * these constructors are never really used to represent array values; -- however, they are very convenient during desugaring (and, in particular, -- in the pattern matching compiler) to treat array pattern just like -- yet another constructor pattern