[plt-dev] scribble support for HtDP-style data definitions?

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Feb 14 18:27:41 EST 2009

On Feb 13, Matthias Felleisen wrote:
> 
> @(begin #reader scribble/comment-reader
> (schemeblock
> ;; teachpack: universe.ss
> 
> ;; WorldState is one of:
> ;; -- Number	         %% representing the @emph{y} coordinate
> ;; -- @scheme['resting]
> 
> (define WORLD0 'resting)
> 
> ;; A WorldResult is one of:
> ;; -- WorldState
> ;; -- (make-package WorldState StopMessage)
> ))
> 
> (Eli must have changed this one.)

(Not me...)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the dev mailing list.