| 2) a probable error in type-checking | when recompiling Pan, I got an error. | from the code: | | mbOpt :: (t1 -> t2 -> t) -> t1 -> t2 -> t1 -> t | mbOpt optN | optimize = \ opt f _ -> optN opt f | | otherwise = \ _ f con -> optN con f
I've fixed this one. Just a typo. Thanks for finding it. Simon _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
