don't provide template-metafunction-accessor

This commit is contained in:
AlexKnauth 2019-02-15 21:50:25 -05:00 committed by Suzanne Soy
parent b11c3409a6
commit 121a45f7ed
2 changed files with 2 additions and 4 deletions

View File

@ -349,10 +349,9 @@ invalid binding list.
@deftogether[ @deftogether[
((defthing prop:template-metafunction struct-type-property?) ((defthing prop:template-metafunction struct-type-property?)
(defthing template-metafunction? (-> any/c boolean?)) (defthing template-metafunction? (-> any/c boolean?)))]{
(defthing template-metafunction-accessor (-> template-metafunction? identifier?)))]{
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 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 identifier. The identifier should be bound to the run-time metafunction. The
run-time metafunction should accept a syntax object representing its use, and run-time metafunction should accept a syntax object representing its use, and

View File

@ -15,7 +15,6 @@
~@! signal-absent-pvar ~@! signal-absent-pvar
(for-syntax prop:metafunction (for-syntax prop:metafunction
metafunction metafunction
metafunction-accessor
metafunction?) metafunction?)
(protect (protect
(for-syntax attribute-mapping (for-syntax attribute-mapping