www

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

function-header.rkt (264B)


      1 #lang racket/base
      2 (#%require version-case
      3            (for-syntax (only racket/base version)
      4                        (only racket/base #%app #%datum))
      5            stxparse-info/my-include)
      6 (my-include "../../" "/racket/collects/syntax/parse/lib/function-header.rkt")