From: sof Date: Thu, 5 Jun 1997 21:07:59 +0000 (+0000) Subject: [project @ 1997-06-05 21:07:59 by sof] X-Git-Tag: Approximately_1000_patches_recorded~367 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bfd4a19a7528cd3d25af227234c819b389859dba;p=ghc-hetmet.git [project @ 1997-06-05 21:07:59 by sof] dsBinds sig updated --- diff --git a/ghc/compiler/deSugar/DsBinds.hi-boot b/ghc/compiler/deSugar/DsBinds.hi-boot index b2b82c4..9de9237 100644 --- a/ghc/compiler/deSugar/DsBinds.hi-boot +++ b/ghc/compiler/deSugar/DsBinds.hi-boot @@ -2,4 +2,4 @@ _interface_ DsBinds 1 _exports_ DsBinds dsBinds; _declarations_ -1 dsBinds _:_ TcHsSyn.TypecheckedHsBinds -> DsMonad.DsM [CoreSyn.CoreBinding] ;; +1 dsBinds _:_ PrelBase.Maybe (BasicTypes.Module, FastString.FastString) -> TcHsSyn.TypecheckedHsBinds -> DsMonad.DsM [CoreSyn.CoreBinding] ;;