Re: Lack of Documentation for (ice-9 regex) in Guile 1.9.10

2010-05-19 Thread Noah Lavine
I found the documentation in info - sorry for the confusion. It didn't occur to me that a regexp would be considered a "Simple Data Type". On Wed, May 19, 2010 at 4:58 PM, Noah Lavine wrote: > I can't find documentation for the (ice-9 regex) module in Guile 1.9.10. > > Specifically, I looked in t

Lack of Documentation for (ice-9 regex) in Guile 1.9.10

2010-05-19 Thread Noah Lavine
I can't find documentation for the (ice-9 regex) module in Guile 1.9.10. Specifically, I looked in the info pages and couldn't find anything on it (or regular expressions in general). Then I tried using the on-line documentation, but running `,describe (@ (ice-9 regex) string-match)` produces `#f