<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Bind.hs.orig	2008-05-10 22:43:43.000000000 +0200
+++ Bind.hs	2008-05-10 22:35:35.000000000 +0200
@@ -14,7 +14,7 @@
 -- import IOExts
 import Monads
 
-class Monad m =&gt; Fresh m where
+class (Monad m, HasNext m) =&gt; Fresh m where
   fresh :: m Name
 
 class Freshen b where
</pre></body></html>