chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] provided? features


From: Carlos Pita
Subject: [Chicken-users] provided? features
Date: Thu, 23 Nov 2006 01:53:13 -0300

Despite what the manual says:

[procedure] (provided? ID ...)
Returns #t if the extension with the IDs ID ... are currently loaded, or
#f otherwise. **Works also for feature-ids.**

provided? doesn't seem to work for feature ids:

#;5> (register-feature! 'feat)        
#;6> (features)
(feat: syntax-rules: syntax-case: hygienic-macros: match: csi: ...)
#;7> (provided? 'feat)
#f

I'm not sure whether this is a bug, a documentation error or a
misunderstanding of mine.

Cheers,
Carlos

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar





reply via email to

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