On Thu, May 12, 2011 at 12:59, Stefan Israelsson Tampe <stefan.ita...@gmail.com> wrote: > Somewhere in the program I have, > > (pk x) > (pk (caar l)) > (pk (equal? x (caar l))) > > It outputs > > ;;; (number) > > ;;; (number) > > ;;; (#f) > > > > #f ???? is there more to this then meets the eye?
You will get more significative replies if you post a snippet of code which allows people to reproduce what you observe without having to guess what could possibly be causing this. P.