File tree Expand file tree Collapse file tree 2 files changed +534
-482
lines changed Expand file tree Collapse file tree 2 files changed +534
-482
lines changed Original file line number Diff line number Diff line change 493493 [("module+ " ) (format-uniform-body/helper 1 )]
494494 [("test-case " "test-suite " ) (format-uniform-body/helper 1 )]
495495 [("define-syntax-class " "define-match-expander " ) (format-uniform-body/helper 1 )]
496- [("class " ) (format-uniform-body/helper 1 #:require-body? #f )]
497- [("interface " ) (format-uniform-body/helper 1 #:require-body? #f )]
498- [("interface* " ) (format-uniform-body/helper 2 #:require-body? #f )]
496+ [("class " "interface " ) (format-uniform-body/helper 1 #:require-body? #f )]
497+ [("class* " "interface* " ) (format-uniform-body/helper 2 #:require-body? #f )]
499498 [("module " "module* " ) (format-uniform-body/helper 2 )]
500499
501500 [("cond " "case-lambda " "match-lambda " "match-lambda* " "match-lambda** " )
You can’t perform that action at this time.
0 commit comments