From 05e0f60b9a84de7fa7e4532bef02dca33937164d Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Fri, 8 Jan 1999 11:42:09 +0000 Subject: [PATCH] [project @ 1999-01-08 11:42:09 by simonm] Add missing <p> --- ghc/docs/libraries/Exception.sgml | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/docs/libraries/Exception.sgml b/ghc/docs/libraries/Exception.sgml index 4666f59db459..55de61d400bb 100644 --- a/ghc/docs/libraries/Exception.sgml +++ b/ghc/docs/libraries/Exception.sgml @@ -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: -- GitLab