www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b1b7104dba33b1718d5e9c0904d40a84ef1b7f24
parent ccc47428ff52d6ea06db1463f21e583015f21db0
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 29 Sep 2016 18:26:52 +0200

Fixed example in docs

Diffstat:
Mscribblings/split-xlist.scrbl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scribblings/split-xlist.scrbl b/scribblings/split-xlist.scrbl @@ -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"