Suppose I have the following: In the REPL: > (struct exn:fail:db exn:fail ()) > (struct exn:fail:db:num-rows exn:fail:db ()) > (struct exn:fail:db:num-rows:zero exn:fail:db:num-rows <...something...>) > (define failed (exn:fail:db:num-rows:zero)) > (exn? failed) #t > (exn:fail:db? failed) #t > (exn:fail:db:num-rows:zero? failed) #t > (println (exn-message failed)) "zero rows found"
What would <...something...> be? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

