Make genprimopcode generate code that haddock 2 understands
authorIan Lynagh <igloo@earth.li>
Fri, 5 Sep 2008 12:14:43 +0000 (12:14 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 5 Sep 2008 12:14:43 +0000 (12:14 +0000)
commita4f49e905541846b236ecafd21307f57fe15bc44
treedd4b38a8181e4704d63f6426f6a5275c5e762683
parent930a3e53e87cae37d266925f2908c9d180045311
Make genprimopcode generate code that haddock 2 understands
Mainly this means adding a binding for all the exports, e.g. as well as
    gtAddr# :: Addr# -> Addr# -> Bool
we also generate
    gtAddr# = let x = x in x
utils/genprimopcode/Main.hs