]> Repositorios git - scryer-prolog.git/commitdiff
fix to README
authorMark Thom <[email protected]>
Sun, 5 Mar 2017 02:28:59 +0000 (19:28 -0700)
committerMark Thom <[email protected]>
Sun, 5 Mar 2017 02:28:59 +0000 (19:28 -0700)
README.md

index ba933921df39f62aa21e9db805b15ccbdf7c7e23..1d200ff0657d227b66416e43db37e61fe1fe63d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,10 +62,12 @@ above).
 ## Occurs check
 
 There's no occurs check, but there soon will be. Currently, attempting
-unification on a cyclic term causes an infinite loop:
+unification on a cyclic term succeeds, and the attempt to write the
+term to a string results in an infinite loop, ie.
 
 ```
-l2> p(W, W).
-l2> ?- p(f(f(W)), W).
+l3> p(W, W).
+l3> ?- p(f(f(W)), W).
+yes
 *loops to infinity*
 ```
\ No newline at end of file