don't provide template-metafunction-accessor
This commit is contained in:
parent
b11c3409a6
commit
121a45f7ed
|
@ -349,10 +349,9 @@ invalid binding list.
|
|||
|
||||
@deftogether[
|
||||
((defthing prop:template-metafunction struct-type-property?)
|
||||
(defthing template-metafunction? (-> any/c boolean?))
|
||||
(defthing template-metafunction-accessor (-> template-metafunction? identifier?)))]{
|
||||
(defthing template-metafunction? (-> any/c boolean?)))]{
|
||||
|
||||
A structure type property, and the associated predicate and accessor. The
|
||||
A structure type property, and the associated predicate. The
|
||||
property value is either an identifier, or the index of a field containing an
|
||||
identifier. The identifier should be bound to the run-time metafunction. The
|
||||
run-time metafunction should accept a syntax object representing its use, and
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
~@! signal-absent-pvar
|
||||
(for-syntax prop:metafunction
|
||||
metafunction
|
||||
metafunction-accessor
|
||||
metafunction?)
|
||||
(protect
|
||||
(for-syntax attribute-mapping
|
||||
|
|
Loading…
Reference in New Issue
Block a user