Skip to content
Snippets Groups Projects
Commit cbb5beb0 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2002-10-11 14:46:02 by simonpj]

------------------------------------------
	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.
parent a5b47be1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment