simonpj     2002/11/06 05:10:47 PST
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:cvs-ghc-request@;haskell.org?subject=help>
List-Post: <mailto:cvs-ghc@;haskell.org>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
        <mailto:cvs-ghc-request@;haskell.org?subject=subscribe>
List-Id: GHC/CVS discussion and fptools/ghc CVS commit messages <cvs-ghc.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-ghc>,
        <mailto:cvs-ghc-request@;haskell.org?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-ghc/>
Date: Wed, 6 Nov 2002 05:10:47 -0800

  Modified files:
    ghc/compiler/deSugar DsMeta.hs 
    ghc/compiler/hsSyn   Convert.lhs 
    ghc/compiler/typecheck TcSplice.lhs 
    libraries/haskell-src/Language/Haskell THSyntax.hs 
  Log:
                ------------------
                Template Haskell stuff
                ------------------
  
  a) Pretty printer for TH (thanks to Ian Lynagh)
  
  b) A declaration quote has type Q [Dec], not [Q Dec] as in
     the paper
  
  c) Foreign imports are part of THSyntax, and can be spliced in
  
  Revision  Changes    Path
  1.18      +23 -15    fptools/ghc/compiler/deSugar/DsMeta.hs
  1.9       +11 -1     fptools/ghc/compiler/hsSyn/Convert.lhs
  1.6       +17 -16    fptools/ghc/compiler/typecheck/TcSplice.lhs
  1.7       +247 -52   fptools/libraries/haskell-src/Language/Haskell/THSyntax.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to