Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2002-10-11 14:46:02 by simonpj] · cbb5beb0
    Simon Peyton Jones authored
    ------------------------------------------
    	Implement reification for Template Haskell
    	------------------------------------------
    
    This is entirely un-tested, but I don't think it'll break non-TH stuff.
    
    Implements
    	reifyDecl T :: Dec	-- Data type T
    	reifyDecl C :: Dec	-- Class C
    	reifyType f :: Typ	-- Function f
    
    I hope.
    cbb5beb0