From: Don Stewart Date: Mon, 12 May 2008 18:24:35 +0000 (+0000) Subject: typo in rules example. spotted by vixey@#haskell X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c30bedd511c983b5f2b0dae4d4cc5a2baa1cb0c2 typo in rules example. spotted by vixey@#haskell --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index ff32cc2..656d2db 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -6781,7 +6781,7 @@ infeasible in most interesting cases. The responsibility is entirely the progra terminating. For example: - "loop" forall x,y. f x y = f y x + "loop" forall x y. f x y = f y x This rule will cause the compiler to go into an infinite loop.