www

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

commit b7e9bb133584e542fbd958c116b4f4bb4215ac61
parent 1daa6dad8f14fb9a68c46a796ce2894688a9a106
Author: JackFirth <jackhfirth@gmail.com>
Date:   Tue,  9 Dec 2014 18:10:21 -0800

Package files

Stuff needed for package system

Diffstat:
Ainfo.rkt | 5+++++
Amain.rkt | 6++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/info.rkt b/info.rkt @@ -0,0 +1,4 @@ +#lang info + +(define name "generic-syntax-expanders") +(define scribblings '(("generic-syntax-expanders.scrbl"))) +\ No newline at end of file diff --git a/main.rkt b/main.rkt @@ -0,0 +1,5 @@ +#lang racket + +(require "define-with-expanders.rkt") + +(provide (all-from-out "define-with-expanders.rkt")) +\ No newline at end of file