racket/collects/mred
Robby Findler ad2e8ac54e fix error check on the result of place-children
The main problem is that it asked exact? on an unknown
value and exact? works only on numbers.

But since I was here, also try to clarify the error message a bit.
2012-11-28 10:54:34 -06:00
..
lang
private fix error check on the result of place-children 2012-11-28 10:54:34 -06:00
doc.txt
edit-main.rkt
edit.rkt
info.rkt
installer.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
main.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
mred-sig.rkt racket/gui: add `get-current-mouse-state' 2012-11-07 14:37:39 -07:00
mred-unit.rkt
mred.rkt