Try adding `#:eval foo-eval` to `interaction`. (I'm guessing that would
work.)


I'm more sure this will work:

  #lang scribble/manual
  @(require scribble/example "../main.rkt")
  ...
  @(define foo-eval (make-base-eval '(require "../main.rkt")))
  @examples[#:eval foo-eval #:label #f
  (magic)
  ]

-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to