2003-10-09 14:50:19 -04:00
|
|
|
;;; This file is part of the Scheme Untergrund Library.
|
|
|
|
|
|
|
|
;;; Copyright (c) 2003 by Taylor Campbell
|
|
|
|
;;; For copyright information, see the file COPYING which comes with
|
|
|
|
;;; the distribution.
|
|
|
|
|
|
|
|
(define (procedure-hash proc)
|
2003-10-27 17:09:02 -05:00
|
|
|
(template-id (closure-template (loophole :closure proc))))
|