www

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

commit c1b12f7aaa47c57bbf02f1fc682dccdeb3487707
parent b45393df1f0e0584ca11ba440d0eb48a9e75dda9
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 19 Jan 2017 20:29:16 +0100

Re-added title in README, was removed by accident

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -4,6 +4,9 @@ [![Online Documentation,](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/debug-scopes/) [![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/) +debug-scopes +============ + Some utilities which help debugging scope-related issues with Racket unhygienic macros (hygienic macros in Racket will likely not need these utilities).