From 2f4626b7ff7c0b41658a8d41f81e56eac8befc7b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 15 Jul 2019 19:19:10 -0400 Subject: net/ricketyspace/sicp/two/twentynine.scm: Fix spacing in example. --- net/ricketyspace/sicp/two/twentynine.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net/ricketyspace/sicp/two/twentynine.scm b/net/ricketyspace/sicp/two/twentynine.scm index 073f55e..cc1380c 100644 --- a/net/ricketyspace/sicp/two/twentynine.scm +++ b/net/ricketyspace/sicp/two/twentynine.scm @@ -38,10 +38,11 @@ ;;; Guile REPL ;;; -;;; scheme@(guile-user)> (make-mobile (make-branch 3 45) -;;; (make-branch 4 -;;; (make-mobile (make-branch 5 50) -;;; (make-branch 1 20)))) +;;; scheme@(guile-user)> (make-mobile +;;; (make-branch 3 45) +;;; (make-branch 4 +;;; (make-mobile (make-branch 5 50) +;;; (make-branch 1 20)))) ;;; $11 = ((3 45) (4 ((5 50) (1 20)))) ;;; scheme@(guile-user)> (left-branch $11) ;;; $12 = (3 45) -- cgit v1.2.3