www

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

multiassoc-syntax.scrbl (439B)


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