Skip to content

Commit

Permalink
Up to Ch 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandinmyjoints committed Nov 30, 2012
1 parent 0774f61 commit efc6909
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source.ss
Expand Up @@ -631,3 +631,19 @@
(cons
(build (second (car rel)) (first (car rel)))
(revrel (cdr rel)))))))


;;; 122
(define fullfun?
;; My fullfun?
(lambda (fun)
(and (fun? fun) (fun? (revrel fun)))))

;;; 122
(define fullfun?
;; TLS's
(lambda (fun)
(fun? (revrel fun))))

;;; Chapter 8

0 comments on commit efc6909

Please sign in to comment.