On 11/7/10 6:58 AM, Matthew Flatt wrote:
At Sun, 07 Nov 2010 01:51:29 -0400, David Van Horn wrote:
Is there a way to make scribble render the result of evaluating examples
as if the examples were run in a student language in DrRacket?
In addition to initializing the namespace, you need to set
At Sun, 07 Nov 2010 01:51:29 -0400, David Van Horn wrote:
> Is there a way to make scribble render the result of evaluating examples
> as if the examples were run in a student language in DrRacket?
In addition to initializing the namespace, you need to set
printer-related parameters in the evalua
Is there a way to make scribble render the result of evaluating examples
as if the examples were run in a student language in DrRacket?
Eg., I'd like to see:
> (define-struct s (f))
> (make-s 1)
(make-s 1)
But when I do:
#lang scribble/doc
@(require scribble/eval
(for-label la
3 matches
Mail list logo