<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -82,6 +82,8 @@
                 `(do (sref sig ',parms ',name)
                      (safeset ,name (annotate 'mac (fn ,parms ,@body)))))))
 
+(mac make-br-fn (body) `(fn (_) ,body))
+
 (mac and args
   (if args
       (if (cdr args)</diff>
      <filename>arc.arc</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@
 ; but nested reads still use the curent readtable:
 
 (define (read-square-brackets ch port src line col pos)
-  `(fn (_)
+  `(make-br-fn
      ,(read/recursive port #\[ #f)))
   
 ; a readtable that is just like the builtin except for []s</diff>
      <filename>brackets.scm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5806217aee022279ea9e902d8481eb185770d482</id>
    </parent>
  </parents>
  <author>
    <name>Michael Arntzenius</name>
    <email>daekharel@gmail.com</email>
  </author>
  <url>http://github.com/nex3/arc/commit/1d8e2edf2fcbdad325f58cf07704200ce4c8ac43</url>
  <id>1d8e2edf2fcbdad325f58cf07704200ce4c8ac43</id>
  <committed-date>2009-08-08T17:19:42-07:00</committed-date>
  <authored-date>2009-08-07T17:58:55-07:00</authored-date>
  <message>make [foo] translate into (make-br-fn (foo)); add basic make-br-fn macro to arc.arc</message>
  <tree>136722049fa736425c591d7523eb4286f602d16a</tree>
  <committer>
    <name>Michael Arntzenius</name>
    <email>daekharel@gmail.com</email>
  </committer>
</commit>
