[plt-scheme] define-unit meaning in combinator-example.ss?

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jun 24 16:05:36 EDT 2008

On Jun 24, Larry Evans wrote:
> While trying to understand:
> 
>    (define-unit lambda-calc
>      ...)
> 
> in:
> 
>    plt/collects/combinator-parser/examples/combinator-example.ss
> 
> I first searched the index:
> 
>    /doc/guide/doc-index.html
> 
> for 'define-unit'.

Why did you search only the index of the guide?  The documentation is
there if you do a plain search.

  http://docs.plt-scheme.org/reference/linkinference.html#(form._((lib._mzlib/unit..ss)._define-unit))

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


Posted on the users mailing list.