Skip to content

Commit 16bcd99

Browse files
authored
Add class* support (#74)
1 parent 4abb2bc commit 16bcd99

File tree

2 files changed

+534
-482
lines changed

2 files changed

+534
-482
lines changed

conventions.rkt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,8 @@
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**")

0 commit comments

Comments
 (0)