[plt-scheme] define-unit meaning in combinator-example.ss?
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!