[project @ 1999-02-05 16:37:13 by sof]
[ghc-hetmet.git] / ghc / docs / libraries / Exception.sgml
index 4666f59..55de61d 100644 (file)
@@ -164,6 +164,7 @@ type; all other exceptions are re-thrown as with <tt/catchIO/ and
 friends above.
 
 <sect1> Other Utilities
+<p>
 
 The <tt/bracket/ functions are useful for making sure that resources are
 released properly by code that may raise exceptions: