From 8a20e269e4a66f1e83cfb3a41ed5635e64634401 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 20 Dec 1999 14:38:30 +0000 Subject: [PATCH] [project @ 1999-12-20 14:38:30 by simonmar] 3.02 hi-boot syntax wibble --- ghc/compiler/types/FunDeps.hi-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/types/FunDeps.hi-boot b/ghc/compiler/types/FunDeps.hi-boot index be622ae..4a0e65c 100644 --- a/ghc/compiler/types/FunDeps.hi-boot +++ b/ghc/compiler/types/FunDeps.hi-boot @@ -1,6 +1,6 @@ _interface_ FunDeps 1 _exports_ -instantiateFdClassTys oclose pprFundeps ; +FunDeps instantiateFdClassTys oclose pprFundeps; _declarations_ 1 instantiateFdClassTys _:_ _forall_ [b] => Class.Class -> [b] -> [([b], [b])] ;; 1 oclose _:_ _forall_ [a] => {Unique.Uniquable a} -> [([a], [a])] -> UniqFM.UniqFM a -> UniqFM.UniqFM a ;; -- 1.7.10.4