From c30bedd511c983b5f2b0dae4d4cc5a2baa1cb0c2 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 12 May 2008 18:24:35 +0000 Subject: [PATCH 1/1] typo in rules example. spotted by vixey@#haskell --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4