Fixed example in docs

This commit is contained in:
Georges Dupéron 2016-09-29 18:26:52 +02:00
parent ccc47428ff
commit b1b7104dba

View File

@ -7,7 +7,7 @@
@title{Splitting an xlist in its constituent sublists}
@(declare-exporting xlist)
@(define make-eval (make-eval-factory '(xlist)
@(define make-eval (make-eval-factory '(xlist type-expander)
#:lang 'typed/racket))
@defform*[#:kind "match-expander"