repeat-stx.scrbl (357B)
1 #lang scribble/manual 2 @require[racket/require 3 "utils.rkt" 4 @for-label[phc-toolkit/repeat-stx]] 5 @title{repeat-stx} 6 @author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} 7 @defmodule[phc-toolkit/repeat-stx 8 #:use-sources 9 [(submod (lib "phc-toolkit/repeat-stx.rkt") typed)]] 10 11 @include-section{repeat-stx-untyped.scrbl}