[Replaced some errors in the library with nonBottomError. Nils Anders Danielsson **20060512093309] { hunk ./Test/ChasingBottoms/SemanticOrd.hs 162 - error "The generic versions of (==!) and friends do not accept non-bottom \ - \functions." + nonBottomError + "The generic versions of (==!) and friends do not accept non-bottom \ + \functions." hunk ./Test/ChasingBottoms/SemanticOrd.hs 186 - error "/\\! does not handle non-bottom functions." + nonBottomError "/\\! does not handle non-bottom functions." hunk ./Test/ChasingBottoms/SemanticOrd.hs 201 - error "\\/! does not handle non-bottom functions." + nonBottomError "\\/! does not handle non-bottom functions." }