guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: terminating


From: Thien-Thi Nguyen
Subject: Re: terminating
Date: Mon, 16 Dec 2002 13:52:41 -0800

here is a new doc/groupings.alist entry that flags `terminating':

 (questionable
  (description "exposed to C but not in the offical API and not scm_")
  (grok () (lambda (x)
             (and (in-group? x 'C)
                  (not (in-group? x 'guile-C-API))
                  (not (in-group? x 'scm))))))

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]