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 <[email protected]> wrote: > 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`. (`,describe > make-regexp` and `,describe regexp-exec` returned information, but > it's not useful unless you can find out what a match object is, which > is what lead me to this problem) > > Thank you > Noah Lavine >
