[project @ 1999-01-07 14:54:42 by keithw]
[ghc-hetmet.git] / ghc / compiler / parser / UgenAll.lhs
index 9bb3e80..c6ddcdd 100644 (file)
@@ -2,30 +2,28 @@ Stuff the Ugenny things show to the parser.
 
 \begin{code}
 module UgenAll (
-       -- re-exported Prelude stuff
-       returnUgn, thenUgn,
-
        -- stuff defined in utils module
-       UgenUtil.. ,
+       module UgenUtil,
 
        -- re-exported ugen-generated stuff
-       U_binding.. ,
-       U_constr.. ,
-       U_entidt.. ,
-       U_list.. ,
-       U_literal.. ,
-       U_maybe.. ,
-       U_either.. ,
-       U_pbinding.. ,
-       U_qid.. ,
-       U_tree.. ,
-       U_ttype..
-
+       module U_binding,
+       module U_constr,
+       module U_entidt,
+       module U_list,
+       module U_literal,
+       module U_maybe,
+       module U_either,
+       module U_grhsb,
+       module U_gdexp,
+       module U_match,
+       module U_qid,
+       module U_tree,
+       module U_ttype
     ) where
 
-import PreludeGlaST
+#include "HsVersions.h"
 
-import Ubiq{-uitous-}
+import GlaExts
 
 -- friends:
 import U_binding
@@ -35,7 +33,9 @@ import U_list
 import U_literal
 import U_maybe
 import U_either
-import U_pbinding
+import U_gdexp
+import U_grhsb
+import U_match
 import U_qid
 import U_tree
 import U_ttype