X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2Fparser%2FUgenAll.lhs;h=c6ddcdd5750fd885ca0d8adf616040720358ac3e;hb=19a86f31f2e5623d0f9ca25838fd6e2aa52456eb;hp=3600897768822afc2c6aedb337c9c9357327e8ae;hpb=7d61cb61daa5e433a0cb85b34b7f0c58b2f961ff;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/UgenAll.lhs b/ghc/compiler/parser/UgenAll.lhs index 3600897..c6ddcdd 100644 --- a/ghc/compiler/parser/UgenAll.lhs +++ b/ghc/compiler/parser/UgenAll.lhs @@ -2,44 +2,40 @@ 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_coresyn.. , - U_entidt.. , - U_hpragma.. , - 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 import U_constr -import U_coresyn import U_entidt -import U_hpragma 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