Skip to content

Support Chicken Scheme apropos =>2.3.0

jao requested to merge jwhitbeck:master into master

Created by: jwhitbeck

Hi,

I'm new to geiser and chicken scheme. While setting things up recently I ran into an issue where Chicken Scheme's apropos egg changed the identifiers in the return value of the apropos-information-list from module#name to (module . name). This commit adds support for the new identifiers.

Thanks, John

Merge request reports