racket/collects/redex
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
examples adjust generate-term so that it has an '=' in its concrete 2012-11-01 21:13:39 -05:00
private Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
scribblings Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
tests Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
gui.rkt added show-derivations to redex 2012-11-06 19:15:53 -06:00
info.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
main.rkt Rackety 2012-03-05 08:12:02 -06:00
pict.rkt added some pretty-print using term formatters and fixed the 2012-10-01 23:27:48 -05:00
redex.scrbl move the redex scrbl files into a scribblings subcollection and adjust timeouts 2012-02-29 07:13:36 -06:00
reduction-semantics.rkt adjust generate-term so that it has an '=' in its concrete 2012-11-01 21:13:39 -05:00
tut-subst.rkt added a amb-based redex tutorial 2012-02-05 17:24:13 -06:00