> Hi Manuel. > > You wrote, 2017-01-06: > >> Can you reproduce this? (If not, please ignore this mail.) > >> > >> 1:=> (cadr '(ignore)) > >> > >> File "stdin", line 1, character 0: > >> #(cadr '(ignore)) > >> #^ > >> *** ERROR:cadr > >> Type "pair" expected, "epair" provided -- (ignore) > > Fixed. I will upload a new version in a couple of minutes. > > The new error message is better, but still misleading: > 1:=> (cadr '(ignore)) > > File "stdin", line 1, character 0: > #(cadr '(ignore)) > #^ > *** ERROR:cadr > Type "pair" expected, "symbol" provided -- ignore > > > > It should look like for this call: > > 1:=> (caddr '(ignore1 ignore2)) > > File "/tmp/bigloo/runtime/Ieee/pairlist.scm", character 10002: > *** ERROR:caddr: > Type "pair" expected, "bnil" provided -- () > 1:=> Yes. I have just fixed the error report. It should now be fine.
-- Manuel
