diff tests/hog.ur @ 1334:a1aa62b472cf

Change Basis.debug to use the protocol's debug function
author Adam Chlipala <adam@chlipala.net>
date Sun, 12 Dec 2010 10:35:04 -0500
parents d2ad997ca157
children
line wrap: on
line diff
--- a/tests/hog.ur	Sat Dec 11 19:57:22 2010 -0500
+++ b/tests/hog.ur	Sun Dec 12 10:35:04 2010 -0500
@@ -4,4 +4,6 @@
     else
         more (n-1) ^ more (n-1)
 
-fun main n = return <xml>{[more n]}</xml>
+fun main n =
+    debug "Let's give this a try....";
+    return <xml>{[more n]}</xml>