www

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

commit 48ff8437efb58f60f5bc0828441437aceb0cb1b0
parent bcced0995d440ea70b01c82643c8ef3458b81527
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 26 Jan 2017 05:00:18 +0100

Renamed files

Diffstat:
Rsubtemplate.rkt -> main.rkt | 0
Aoverride.rkt | 6++++++
Dsubtemplate-override.rkt | 6------
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/subtemplate.rkt b/main.rkt diff --git a/override.rkt b/override.rkt @@ -0,0 +1,5 @@ +#lang racket +(require (rename-in subtemplate + [subtemplate syntax] + [quasisubtemplate quasisyntax])) +(provide (all-from-out subtemplate)) +\ No newline at end of file diff --git a/subtemplate-override.rkt b/subtemplate-override.rkt @@ -1,5 +0,0 @@ -#lang racket -(require (rename-in "subtemplate.rkt" - [subtemplate syntax] - [quasisubtemplate quasisyntax])) -(provide (all-from-out "subtemplate.rkt")) -\ No newline at end of file