manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
139 stars 20 forks source link

certificate? and private-key? undefined #13

Closed svenha closed 5 years ago

svenha commented 6 years ago

The functions certificate? and private-key?, which are documented in section 5.7.5, are not available from (library ssl).

manuel-serrano commented 5 years ago

Hi Sven,

You are right. The documentation needs an update. Certificate and private-key are classes and the documentation has been written at a time where predicates where automatically generated for classes. They no longer are a (certificate? expr) should now be written (isa? expr certificate). I will fixe the documentation accordingly.