We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa33b0 commit cca65cfCopy full SHA for cca65cf
hackett-lib/hackett/private/class.rkt
@@ -60,7 +60,9 @@
60
#:with [(~var super-constr (type t-intdef-ctx)) ...] (attribute constr)
61
62
#:with [method-id- ...] (generate-temporaries #'[method-id ...])
63
- #:with [method-default-id- ...] (generate-temporaries #'[method-id ...])
+ #:attr [method-default-id- 1] (map #{and %1 %2}
64
+ (attribute method-default-impl)
65
+ (generate-temporaries #'[method-id ...]))
66
#:with [method-t-expr ...] (map preservable-property->expression (attribute method-t.τ))
67
#:with [super-constr-expr ...] (map preservable-property->expression
68
(attribute super-constr.τ))
0 commit comments